Shades of Red #EE0E02
Tints of Red #EE0E02
RGB
CMYK
RGB Variations
Color information
#EE0E02 (or 0xEE0E02) is known color: Red. HEX triplet: EE, 0E and 02. RGB value is (238,14,2). Sum of RGB (Red+Green+Blue) = 238+14+2=254 (33% of max value = 765). Red value is 238 (93.36% from 255 or 93.70% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0E02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0E02 is #11F1FD. Grayscale: #4F4F4F. Windows color (decimal): -1176062 or 134894. OLE color: 134894.
HSL color Cylindrical-coordinate representation of color #EE0E02: hue angle of 3.05º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE0E02 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 14 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.07 |
| HSL | 3.05º | 0.98% | 0.47% | - |
| HSV(B) | 3.05º | 0.99% | 0.93% | - |
| XYZ | 35.43 | 18.5 | 1.76 | - |
| YUV | 79.61 | 84.21 | 240.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 2 | 0 | 0.94 | 0.99 | 0.07 | 3.05 | 0.98 | 0.47 |
| Hex | EE | E | 2 | 0 | 5E | 63 | 7 | 3 | 62 | 2F |
| Octal | 356 | 16 | 2 | 0 | 136 | 143 | 7 | 3 | 142 | 57 |
| Binary | 11101110 | 1110 | 10 | 0 | 1011110 | 1100011 | 111 | 11 | 1100010 | 101111 |
Color Harmonies of #EE0E02
Complementary color
Monochromatic Colors of #EE0E02
Black with #EE0E02
Text Example
Text Example
White with #EE0E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0E02; }
p { color: rgb(238,14,2); }
H1.HeaderClassName
{
color: #EE0E02;
}
.AnyTagClassName
{
color: #EE0E02;
}
</style>
background-color css
<style>
a { background-color: #EE0E02; }
a { background-color: rgb(238,14,2); }
div.DivClassName
{
background-color: #EE0E02;
}
.BgClassName
{
background-color: #EE0E02;
}
</style>
border-color css
<style>
span { border-color: #EE0E02; }
span { border-color: rgb(238,14,2); }
td.TdClassName
{
border-color: #EE0E02;
}
.TagClassName
{
border-color: #EE0E02;
}
</style>