#DE0100 Republican
#DE0100 (Republican) RGB value is (222, 1, 0).
Red value is 222, green value is 1, and blue value is 0.
Cylindrical-coordinate representations (HSL) of color #DE0100: hue: 0°, saturation: 100%, and lightness: 43.5%.
Process color (CMYK) of #DE0100 is 0%, 99.5%, 100%, 12.9%. Web safe color equivalent of #DE0100 is ##CC0000. Color #DE0100 contains mainly Red.
Color Spaces
| Color spaces of #DE0100 | Value |
|---|---|
| RGB | 222, 1, 0 |
| HSL | 0°, 100%, 43.5% |
| HSV / HSB | 0°, 100%, 87.1% |
| CMYK | 0%, 99.5%, 100%, 12.9% |
| XYZ | 30.14, 15.56, 1.42 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11011110 | 00000001 | 00000000 |
| Octal | 336 | 001 | 000 |
| Decimal | 222 | 1 | 0 |
| Hex | DE | 01 | 00 |
Shades of #DE0100
Tints of #DE0100
.mybgColor { background-color: #DE0100; }
.myforeColor { color: #DE0100; }
.myborderColor { border: 3px solid #DE0100; }
<p style="color:#DE0100">Text here</p>
This sample text is styled with font color #DE0100. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#DE0100">Div content here</div>
<div style="border:3px solid #DE0100">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222, 1, 0, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #DE0100; }
.divShadow { -moz-box-shadow: 1px 1px 3px #DE0100;
-webkit-box-shadow: 1px 1px 3px #DE0100;
box-shadow: 1px 1px 3px #DE0100; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #DE0100 (Republican)
Color Overview & Profile: Color #DE0100, also known as Republican, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 87% Red (222/255), 0% Green (1/255), and 0% Blue (0/255). The primary color family component is Red.
Print & Physical Production Specs: For physical print production and offset printing setups, #DE0100 translates into the CMYK subtractive color model with values of 0% Cyan, 99.5% Magenta, 100% Yellow, and 12.9% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 0°, saturation of 100%, and lightness of 43.5%.
Web Accessibility & Design Recommendations: When implementing #DE0100 in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##CC0000.
