Shades of Red #EE1212
Tints of Red #EE1212
RGB
CMYK
RGB Variations
Color information
#EE1212 (or 0xEE1212) is known color: Red. HEX triplet: EE, 12 and 12. RGB value is (238,18,18). Sum of RGB (Red+Green+Blue) = 238+18+18=274 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.86% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1212 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1212 is #11EDED. Grayscale: #545454. Windows color (decimal): -1175022 or 1184494. OLE color: 1184494.
HSL color Cylindrical-coordinate representation of color #EE1212: hue angle of 0º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE1212 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 18 | 18 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.07 |
| HSL | 0º | 0.87% | 0.5% | - |
| HSV(B) | 0º | 0.92% | 0.93% | - |
| XYZ | 35.59 | 18.65 | 2.3 | - |
| YUV | 83.78 | 90.89 | 238 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 18 | 0 | 0.92 | 0.92 | 0.07 | 0 | 0.87 | 0.5 |
| Hex | EE | 12 | 12 | 0 | 5C | 5C | 7 | 0 | 57 | 32 |
| Octal | 356 | 22 | 22 | 0 | 134 | 134 | 7 | 0 | 127 | 62 |
| Binary | 11101110 | 10010 | 10010 | 0 | 1011100 | 1011100 | 111 | 0 | 1010111 | 110010 |
Color Harmonies of #EE1212
Complementary color
Monochromatic Colors of #EE1212
Black with #EE1212
Text Example
Text Example
White with #EE1212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1212; }
p { color: rgb(238,18,18); }
H1.HeaderClassName
{
color: #EE1212;
}
.AnyTagClassName
{
color: #EE1212;
}
</style>
background-color css
<style>
a { background-color: #EE1212; }
a { background-color: rgb(238,18,18); }
div.DivClassName
{
background-color: #EE1212;
}
.BgClassName
{
background-color: #EE1212;
}
</style>
border-color css
<style>
span { border-color: #EE1212; }
span { border-color: rgb(238,18,18); }
td.TdClassName
{
border-color: #EE1212;
}
.TagClassName
{
border-color: #EE1212;
}
</style>