Shades of Cinnabar #EE2A24
Tints of Cinnabar #EE2A24
RGB
CMYK
RGB Variations
Color information
#EE2A24 (or 0xEE2A24) is known color: Cinnabar. HEX triplet: EE, 2A and 24. RGB value is (238,42,36). Sum of RGB (Red+Green+Blue) = 238+42+36=316 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.32% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2A24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2A24 is #11D5DB. Grayscale: #646464. Windows color (decimal): -1168860 or 2370286. OLE color: 2370286.
HSL color Cylindrical-coordinate representation of color #EE2A24: hue angle of 1.78º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE2A24 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 42 | 36 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.07 |
| HSL | 1.78º | 0.86% | 0.54% | - |
| HSV(B) | 1.78º | 0.85% | 0.93% | - |
| XYZ | 36.41 | 19.96 | 3.6 | - |
| YUV | 99.92 | 91.93 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 42 | 36 | 0 | 0.82 | 0.85 | 0.07 | 1.78 | 0.86 | 0.54 |
| Hex | EE | 2A | 24 | 0 | 52 | 55 | 7 | 2 | 56 | 36 |
| Octal | 356 | 52 | 44 | 0 | 122 | 125 | 7 | 2 | 126 | 66 |
| Binary | 11101110 | 101010 | 100100 | 0 | 1010010 | 1010101 | 111 | 10 | 1010110 | 110110 |
Color Harmonies of #EE2A24
Complementary color
Monochromatic Colors of #EE2A24
Black with #EE2A24
Text Example
Text Example
White with #EE2A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2A24; }
p { color: rgb(238,42,36); }
H1.HeaderClassName
{
color: #EE2A24;
}
.AnyTagClassName
{
color: #EE2A24;
}
</style>
background-color css
<style>
a { background-color: #EE2A24; }
a { background-color: rgb(238,42,36); }
div.DivClassName
{
background-color: #EE2A24;
}
.BgClassName
{
background-color: #EE2A24;
}
</style>
border-color css
<style>
span { border-color: #EE2A24; }
span { border-color: rgb(238,42,36); }
td.TdClassName
{
border-color: #EE2A24;
}
.TagClassName
{
border-color: #EE2A24;
}
</style>