Shades of Cinnabar #EE421A
Tints of Cinnabar #EE421A
RGB
CMYK
RGB Variations
Color information
#EE421A (or 0xEE421A) is known color: Cinnabar. HEX triplet: EE, 42 and 1A. RGB value is (238,66,26). Sum of RGB (Red+Green+Blue) = 238+66+26=330 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.12% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 238 - color contains mainly: red. Hex color #EE421A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE421A is #11BDE5. Grayscale: #717171. Windows color (decimal): -1162726 or 1721070. OLE color: 1721070.
HSL color Cylindrical-coordinate representation of color #EE421A: hue angle of 11.32º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE421A is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 26 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.07 |
| HSL | 11.32º | 0.86% | 0.52% | - |
| HSV(B) | 11.32º | 0.89% | 0.93% | - |
| XYZ | 37.39 | 22.15 | 3.28 | - |
| YUV | 112.87 | 78.98 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 26 | 0 | 0.72 | 0.89 | 0.07 | 11.32 | 0.86 | 0.52 |
| Hex | EE | 42 | 1A | 0 | 48 | 59 | 7 | B | 56 | 34 |
| Octal | 356 | 102 | 32 | 0 | 110 | 131 | 7 | 13 | 126 | 64 |
| Binary | 11101110 | 1000010 | 11010 | 0 | 1001000 | 1011001 | 111 | 1011 | 1010110 | 110100 |
Color Harmonies of #EE421A
Complementary color
Monochromatic Colors of #EE421A
Black with #EE421A
Text Example
Text Example
White with #EE421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE421A; }
p { color: rgb(238,66,26); }
H1.HeaderClassName
{
color: #EE421A;
}
.AnyTagClassName
{
color: #EE421A;
}
</style>
background-color css
<style>
a { background-color: #EE421A; }
a { background-color: rgb(238,66,26); }
div.DivClassName
{
background-color: #EE421A;
}
.BgClassName
{
background-color: #EE421A;
}
</style>
border-color css
<style>
span { border-color: #EE421A; }
span { border-color: rgb(238,66,26); }
td.TdClassName
{
border-color: #EE421A;
}
.TagClassName
{
border-color: #EE421A;
}
</style>