Shades of Cinnabar #EE4321
Tints of Cinnabar #EE4321
RGB
CMYK
RGB Variations
Color information
#EE4321 (or 0xEE4321) is known color: Cinnabar. HEX triplet: EE, 43 and 21. RGB value is (238,67,33). Sum of RGB (Red+Green+Blue) = 238+67+33=338 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.41% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4321 is #11BCDE. Grayscale: #727272. Windows color (decimal): -1162463 or 2180078. OLE color: 2180078.
HSL color Cylindrical-coordinate representation of color #EE4321: hue angle of 9.95º 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 #EE4321 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 67 | 33 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.07 |
| HSL | 9.95º | 0.86% | 0.53% | - |
| HSV(B) | 9.95º | 0.86% | 0.93% | - |
| XYZ | 37.54 | 22.3 | 3.76 | - |
| YUV | 114.25 | 82.15 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 67 | 33 | 0 | 0.72 | 0.86 | 0.07 | 9.95 | 0.86 | 0.53 |
| Hex | EE | 43 | 21 | 0 | 48 | 56 | 7 | A | 56 | 35 |
| Octal | 356 | 103 | 41 | 0 | 110 | 126 | 7 | 12 | 126 | 65 |
| Binary | 11101110 | 1000011 | 100001 | 0 | 1001000 | 1010110 | 111 | 1010 | 1010110 | 110101 |
Color Harmonies of #EE4321
Complementary color
Monochromatic Colors of #EE4321
Black with #EE4321
Text Example
Text Example
White with #EE4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4321; }
p { color: rgb(238,67,33); }
H1.HeaderClassName
{
color: #EE4321;
}
.AnyTagClassName
{
color: #EE4321;
}
</style>
background-color css
<style>
a { background-color: #EE4321; }
a { background-color: rgb(238,67,33); }
div.DivClassName
{
background-color: #EE4321;
}
.BgClassName
{
background-color: #EE4321;
}
</style>
border-color css
<style>
span { border-color: #EE4321; }
span { border-color: rgb(238,67,33); }
td.TdClassName
{
border-color: #EE4321;
}
.TagClassName
{
border-color: #EE4321;
}
</style>