Shades of Red #E21008
Tints of Red #E21008
RGB
CMYK
RGB Variations
Color information
#E21008 (or 0xE21008) is known color: Red. HEX triplet: E2, 10 and 08. RGB value is (226,16,8). Sum of RGB (Red+Green+Blue) = 226+16+8=250 (33% of max value = 765). Red value is 226 (88.67% from 255 or 90.4% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 226 - color contains mainly: red. Hex color #E21008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21008 is #1DEFF7. Grayscale: #4E4E4E. Windows color (decimal): -1961976 or 528610. OLE color: 528610.
HSL color Cylindrical-coordinate representation of color #E21008: hue angle of 2.2º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E21008 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 8 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.11 |
| HSL | 2.2º | 0.93% | 0.46% | - |
| HSV(B) | 2.2º | 0.96% | 0.89% | - |
| XYZ | 31.59 | 16.56 | 1.76 | - |
| YUV | 77.88 | 88.57 | 233.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 8 | 0 | 0.93 | 0.96 | 0.11 | 2.2 | 0.93 | 0.46 |
| Hex | E2 | 10 | 8 | 0 | 5D | 60 | B | 2 | 5D | 2E |
| Octal | 342 | 20 | 10 | 0 | 135 | 140 | 13 | 2 | 135 | 56 |
| Binary | 11100010 | 10000 | 1000 | 0 | 1011101 | 1100000 | 1011 | 10 | 1011101 | 101110 |
Color Harmonies of #E21008
Complementary color
Monochromatic Colors of #E21008
Black with #E21008
Text Example
Text Example
White with #E21008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21008; }
p { color: rgb(226,16,8); }
H1.HeaderClassName
{
color: #E21008;
}
.AnyTagClassName
{
color: #E21008;
}
</style>
background-color css
<style>
a { background-color: #E21008; }
a { background-color: rgb(226,16,8); }
div.DivClassName
{
background-color: #E21008;
}
.BgClassName
{
background-color: #E21008;
}
</style>
border-color css
<style>
span { border-color: #E21008; }
span { border-color: rgb(226,16,8); }
td.TdClassName
{
border-color: #E21008;
}
.TagClassName
{
border-color: #E21008;
}
</style>