Shades of Cinnabar #EE4A21
Tints of Cinnabar #EE4A21
RGB
CMYK
RGB Variations
Color information
#EE4A21 (or 0xEE4A21) is known color: Cinnabar. HEX triplet: EE, 4A and 21. RGB value is (238,74,33). Sum of RGB (Red+Green+Blue) = 238+74+33=345 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.99% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4A21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4A21 is #11B5DE. Grayscale: #767676. Windows color (decimal): -1160671 or 2181870. OLE color: 2181870.
HSL color Cylindrical-coordinate representation of color #EE4A21: hue angle of 12º 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 #EE4A21 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 74 | 33 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.07 |
| HSL | 12º | 0.86% | 0.53% | - |
| HSV(B) | 12º | 0.86% | 0.93% | - |
| XYZ | 37.98 | 23.18 | 3.91 | - |
| YUV | 118.36 | 79.83 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 74 | 33 | 0 | 0.69 | 0.86 | 0.07 | 12 | 0.86 | 0.53 |
| Hex | EE | 4A | 21 | 0 | 45 | 56 | 7 | C | 56 | 35 |
| Octal | 356 | 112 | 41 | 0 | 105 | 126 | 7 | 14 | 126 | 65 |
| Binary | 11101110 | 1001010 | 100001 | 0 | 1000101 | 1010110 | 111 | 1100 | 1010110 | 110101 |
Color Harmonies of #EE4A21
Complementary color
Monochromatic Colors of #EE4A21
Black with #EE4A21
Text Example
Text Example
White with #EE4A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4A21; }
p { color: rgb(238,74,33); }
H1.HeaderClassName
{
color: #EE4A21;
}
.AnyTagClassName
{
color: #EE4A21;
}
</style>
background-color css
<style>
a { background-color: #EE4A21; }
a { background-color: rgb(238,74,33); }
div.DivClassName
{
background-color: #EE4A21;
}
.BgClassName
{
background-color: #EE4A21;
}
</style>
border-color css
<style>
span { border-color: #EE4A21; }
span { border-color: rgb(238,74,33); }
td.TdClassName
{
border-color: #EE4A21;
}
.TagClassName
{
border-color: #EE4A21;
}
</style>