Shades of Red #EE0E05
Tints of Red #EE0E05
RGB
CMYK
RGB Variations
Color information
#EE0E05 (or 0xEE0E05) is known color: Red. HEX triplet: EE, 0E and 05. RGB value is (238,14,5). Sum of RGB (Red+Green+Blue) = 238+14+5=257 (34% of max value = 765). Red value is 238 (93.36% from 255 or 92.61% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0E05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0E05 is #11F1FA. Grayscale: #505050. Windows color (decimal): -1176059 or 331502. OLE color: 331502.
HSL color Cylindrical-coordinate representation of color #EE0E05: hue angle of 2.32º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE0E05 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 14 | 5 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.07 |
| HSL | 2.32º | 0.96% | 0.48% | - |
| HSV(B) | 2.32º | 0.98% | 0.93% | - |
| XYZ | 35.44 | 18.5 | 1.85 | - |
| YUV | 79.95 | 85.71 | 240.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 5 | 0 | 0.94 | 0.98 | 0.07 | 2.32 | 0.96 | 0.48 |
| Hex | EE | E | 5 | 0 | 5E | 62 | 7 | 2 | 60 | 30 |
| Octal | 356 | 16 | 5 | 0 | 136 | 142 | 7 | 2 | 140 | 60 |
| Binary | 11101110 | 1110 | 101 | 0 | 1011110 | 1100010 | 111 | 10 | 1100000 | 110000 |
Color Harmonies of #EE0E05
Complementary color
Monochromatic Colors of #EE0E05
Black with #EE0E05
Text Example
Text Example
White with #EE0E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0E05; }
p { color: rgb(238,14,5); }
H1.HeaderClassName
{
color: #EE0E05;
}
.AnyTagClassName
{
color: #EE0E05;
}
</style>
background-color css
<style>
a { background-color: #EE0E05; }
a { background-color: rgb(238,14,5); }
div.DivClassName
{
background-color: #EE0E05;
}
.BgClassName
{
background-color: #EE0E05;
}
</style>
border-color css
<style>
span { border-color: #EE0E05; }
span { border-color: rgb(238,14,5); }
td.TdClassName
{
border-color: #EE0E05;
}
.TagClassName
{
border-color: #EE0E05;
}
</style>