Shades of Red #EE0502
Tints of Red #EE0502
RGB
CMYK
RGB Variations
Color information
#EE0502 (or 0xEE0502) is known color: Red. HEX triplet: EE, 05 and 02. RGB value is (238,5,2). Sum of RGB (Red+Green+Blue) = 238+5+2=245 (32% of max value = 765). Red value is 238 (93.36% from 255 or 97.14% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0502 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0502 is #11FAFD. Grayscale: #4A4A4A. Windows color (decimal): -1178366 or 132590. OLE color: 132590.
HSL color Cylindrical-coordinate representation of color #EE0502: hue angle of 0.76º 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 #EE0502 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.07 |
| HSL | 0.76º | 0.98% | 0.47% | - |
| HSV(B) | 0.76º | 0.99% | 0.93% | - |
| XYZ | 35.33 | 18.29 | 1.73 | - |
| YUV | 74.33 | 87.19 | 244.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 2 | 0 | 0.98 | 0.99 | 0.07 | 0.76 | 0.98 | 0.47 |
| Hex | EE | 5 | 2 | 0 | 62 | 63 | 7 | 1 | 62 | 2F |
| Octal | 356 | 5 | 2 | 0 | 142 | 143 | 7 | 1 | 142 | 57 |
| Binary | 11101110 | 101 | 10 | 0 | 1100010 | 1100011 | 111 | 1 | 1100010 | 101111 |
Color Harmonies of #EE0502
Complementary color
Monochromatic Colors of #EE0502
Black with #EE0502
Text Example
Text Example
White with #EE0502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0502; }
p { color: rgb(238,5,2); }
H1.HeaderClassName
{
color: #EE0502;
}
.AnyTagClassName
{
color: #EE0502;
}
</style>
background-color css
<style>
a { background-color: #EE0502; }
a { background-color: rgb(238,5,2); }
div.DivClassName
{
background-color: #EE0502;
}
.BgClassName
{
background-color: #EE0502;
}
</style>
border-color css
<style>
span { border-color: #EE0502; }
span { border-color: rgb(238,5,2); }
td.TdClassName
{
border-color: #EE0502;
}
.TagClassName
{
border-color: #EE0502;
}
</style>