Shades of Cinnabar #EE4324
Tints of Cinnabar #EE4324
RGB
CMYK
RGB Variations
Color information
#EE4324 (or 0xEE4324) is known color: Cinnabar. HEX triplet: EE, 43 and 24. RGB value is (238,67,36). Sum of RGB (Red+Green+Blue) = 238+67+36=341 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.79% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4324 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4324 is #11BCDB. Grayscale: #727272. Windows color (decimal): -1162460 or 2376686. OLE color: 2376686.
HSL color Cylindrical-coordinate representation of color #EE4324: hue angle of 9.21º 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 #EE4324 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 67 | 36 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.07 |
| HSL | 9.21º | 0.86% | 0.54% | - |
| HSV(B) | 9.21º | 0.85% | 0.93% | - |
| XYZ | 37.59 | 22.32 | 4 | - |
| YUV | 114.6 | 83.65 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 67 | 36 | 0 | 0.72 | 0.85 | 0.07 | 9.21 | 0.86 | 0.54 |
| Hex | EE | 43 | 24 | 0 | 48 | 55 | 7 | 9 | 56 | 36 |
| Octal | 356 | 103 | 44 | 0 | 110 | 125 | 7 | 11 | 126 | 66 |
| Binary | 11101110 | 1000011 | 100100 | 0 | 1001000 | 1010101 | 111 | 1001 | 1010110 | 110110 |
Color Harmonies of #EE4324
Complementary color
Monochromatic Colors of #EE4324
Black with #EE4324
Text Example
Text Example
White with #EE4324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4324; }
p { color: rgb(238,67,36); }
H1.HeaderClassName
{
color: #EE4324;
}
.AnyTagClassName
{
color: #EE4324;
}
</style>
background-color css
<style>
a { background-color: #EE4324; }
a { background-color: rgb(238,67,36); }
div.DivClassName
{
background-color: #EE4324;
}
.BgClassName
{
background-color: #EE4324;
}
</style>
border-color css
<style>
span { border-color: #EE4324; }
span { border-color: rgb(238,67,36); }
td.TdClassName
{
border-color: #EE4324;
}
.TagClassName
{
border-color: #EE4324;
}
</style>