Shades of Cinnabar #EA4222
Tints of Cinnabar #EA4222
RGB
CMYK
RGB Variations
Color information
#EA4222 (or 0xEA4222) is known color: Cinnabar. HEX triplet: EA, 42 and 22. RGB value is (234,66,34). Sum of RGB (Red+Green+Blue) = 234+66+34=334 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.06% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4222 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4222 is #15BDDD. Grayscale: #707070. Windows color (decimal): -1424862 or 2245354. OLE color: 2245354.
HSL color Cylindrical-coordinate representation of color #EA4222: hue angle of 9.6º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA4222 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 66 | 34 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.08 |
| HSL | 9.6º | 0.83% | 0.53% | - |
| HSV(B) | 9.6º | 0.85% | 0.92% | - |
| XYZ | 36.17 | 21.5 | 3.76 | - |
| YUV | 112.58 | 83.66 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 66 | 34 | 0 | 0.72 | 0.85 | 0.08 | 9.6 | 0.83 | 0.53 |
| Hex | EA | 42 | 22 | 0 | 48 | 55 | 8 | A | 53 | 35 |
| Octal | 352 | 102 | 42 | 0 | 110 | 125 | 10 | 12 | 123 | 65 |
| Binary | 11101010 | 1000010 | 100010 | 0 | 1001000 | 1010101 | 1000 | 1010 | 1010011 | 110101 |
Color Harmonies of #EA4222
Complementary color
Monochromatic Colors of #EA4222
Black with #EA4222
Text Example
Text Example
White with #EA4222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4222; }
p { color: rgb(234,66,34); }
H1.HeaderClassName
{
color: #EA4222;
}
.AnyTagClassName
{
color: #EA4222;
}
</style>
background-color css
<style>
a { background-color: #EA4222; }
a { background-color: rgb(234,66,34); }
div.DivClassName
{
background-color: #EA4222;
}
.BgClassName
{
background-color: #EA4222;
}
</style>
border-color css
<style>
span { border-color: #EA4222; }
span { border-color: rgb(234,66,34); }
td.TdClassName
{
border-color: #EA4222;
}
.TagClassName
{
border-color: #EA4222;
}
</style>