Shades of Cinnabar #EE4C21
Tints of Cinnabar #EE4C21
RGB
CMYK
RGB Variations
Color information
#EE4C21 (or 0xEE4C21) is known color: Cinnabar. HEX triplet: EE, 4C and 21. RGB value is (238,76,33). Sum of RGB (Red+Green+Blue) = 238+76+33=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4C21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4C21 is #11B3DE. Grayscale: #777777. Windows color (decimal): -1160159 or 2182382. OLE color: 2182382.
HSL color Cylindrical-coordinate representation of color #EE4C21: hue angle of 12.59º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE4C21 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 76 | 33 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.07 |
| HSL | 12.59º | 0.86% | 0.53% | - |
| HSV(B) | 12.59º | 0.86% | 0.93% | - |
| XYZ | 38.12 | 23.46 | 3.96 | - |
| YUV | 119.54 | 79.17 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 76 | 33 | 0 | 0.68 | 0.86 | 0.07 | 12.59 | 0.86 | 0.53 |
| Hex | EE | 4C | 21 | 0 | 44 | 56 | 7 | D | 56 | 35 |
| Octal | 356 | 114 | 41 | 0 | 104 | 126 | 7 | 15 | 126 | 65 |
| Binary | 11101110 | 1001100 | 100001 | 0 | 1000100 | 1010110 | 111 | 1101 | 1010110 | 110101 |
Color Harmonies of #EE4C21
Complementary color
Monochromatic Colors of #EE4C21
Black with #EE4C21
Text Example
Text Example
White with #EE4C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4C21; }
p { color: rgb(238,76,33); }
H1.HeaderClassName
{
color: #EE4C21;
}
.AnyTagClassName
{
color: #EE4C21;
}
</style>
background-color css
<style>
a { background-color: #EE4C21; }
a { background-color: rgb(238,76,33); }
div.DivClassName
{
background-color: #EE4C21;
}
.BgClassName
{
background-color: #EE4C21;
}
</style>
border-color css
<style>
span { border-color: #EE4C21; }
span { border-color: rgb(238,76,33); }
td.TdClassName
{
border-color: #EE4C21;
}
.TagClassName
{
border-color: #EE4C21;
}
</style>