Shades of Cinnabar #EE3424
Tints of Cinnabar #EE3424
RGB
CMYK
RGB Variations
Color information
#EE3424 (or 0xEE3424) is known color: Cinnabar. HEX triplet: EE, 34 and 24. RGB value is (238,52,36). Sum of RGB (Red+Green+Blue) = 238+52+36=326 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.01% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3424 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3424 is #11CBDB. Grayscale: #6A6A6A. Windows color (decimal): -1166300 or 2372846. OLE color: 2372846.
HSL color Cylindrical-coordinate representation of color #EE3424: hue angle of 4.75º 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 #EE3424 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 36 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.07 |
| HSL | 4.75º | 0.86% | 0.54% | - |
| HSV(B) | 4.75º | 0.85% | 0.93% | - |
| XYZ | 36.81 | 20.76 | 3.74 | - |
| YUV | 105.79 | 88.62 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 36 | 0 | 0.78 | 0.85 | 0.07 | 4.75 | 0.86 | 0.54 |
| Hex | EE | 34 | 24 | 0 | 4E | 55 | 7 | 5 | 56 | 36 |
| Octal | 356 | 64 | 44 | 0 | 116 | 125 | 7 | 5 | 126 | 66 |
| Binary | 11101110 | 110100 | 100100 | 0 | 1001110 | 1010101 | 111 | 101 | 1010110 | 110110 |
Color Harmonies of #EE3424
Complementary color
Monochromatic Colors of #EE3424
Black with #EE3424
Text Example
Text Example
White with #EE3424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3424; }
p { color: rgb(238,52,36); }
H1.HeaderClassName
{
color: #EE3424;
}
.AnyTagClassName
{
color: #EE3424;
}
</style>
background-color css
<style>
a { background-color: #EE3424; }
a { background-color: rgb(238,52,36); }
div.DivClassName
{
background-color: #EE3424;
}
.BgClassName
{
background-color: #EE3424;
}
</style>
border-color css
<style>
span { border-color: #EE3424; }
span { border-color: rgb(238,52,36); }
td.TdClassName
{
border-color: #EE3424;
}
.TagClassName
{
border-color: #EE3424;
}
</style>