Shades of Cinnabar #EA4321
Tints of Cinnabar #EA4321
RGB
CMYK
RGB Variations
Color information
#EA4321 (or 0xEA4321) is known color: Cinnabar. HEX triplet: EA, 43 and 21. RGB value is (234,67,33). Sum of RGB (Red+Green+Blue) = 234+67+33=334 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.06% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4321 is #15BCDE. Grayscale: #717171. Windows color (decimal): -1424607 or 2180074. OLE color: 2180074.
HSL color Cylindrical-coordinate representation of color #EA4321: hue angle of 10.15º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA4321 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 67 | 33 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.08 |
| HSL | 10.15º | 0.83% | 0.52% | - |
| HSV(B) | 10.15º | 0.86% | 0.92% | - |
| XYZ | 36.21 | 21.62 | 3.7 | - |
| YUV | 113.06 | 82.83 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 67 | 33 | 0 | 0.71 | 0.86 | 0.08 | 10.15 | 0.83 | 0.52 |
| Hex | EA | 43 | 21 | 0 | 47 | 56 | 8 | A | 53 | 34 |
| Octal | 352 | 103 | 41 | 0 | 107 | 126 | 10 | 12 | 123 | 64 |
| Binary | 11101010 | 1000011 | 100001 | 0 | 1000111 | 1010110 | 1000 | 1010 | 1010011 | 110100 |
Color Harmonies of #EA4321
Complementary color
Monochromatic Colors of #EA4321
Black with #EA4321
Text Example
Text Example
White with #EA4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4321; }
p { color: rgb(234,67,33); }
H1.HeaderClassName
{
color: #EA4321;
}
.AnyTagClassName
{
color: #EA4321;
}
</style>
background-color css
<style>
a { background-color: #EA4321; }
a { background-color: rgb(234,67,33); }
div.DivClassName
{
background-color: #EA4321;
}
.BgClassName
{
background-color: #EA4321;
}
</style>
border-color css
<style>
span { border-color: #EA4321; }
span { border-color: rgb(234,67,33); }
td.TdClassName
{
border-color: #EA4321;
}
.TagClassName
{
border-color: #EA4321;
}
</style>