Shades of Cinnabar #EA4721
Tints of Cinnabar #EA4721
RGB
CMYK
RGB Variations
Color information
#EA4721 (or 0xEA4721) is known color: Cinnabar. HEX triplet: EA, 47 and 21. RGB value is (234,71,33). Sum of RGB (Red+Green+Blue) = 234+71+33=338 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.23% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4721 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4721 is #15B8DE. Grayscale: #737373. Windows color (decimal): -1423583 or 2181098. OLE color: 2181098.
HSL color Cylindrical-coordinate representation of color #EA4721: hue angle of 11.34º 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 #EA4721 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 71 | 33 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.08 |
| HSL | 11.34º | 0.83% | 0.52% | - |
| HSV(B) | 11.34º | 0.86% | 0.92% | - |
| XYZ | 36.46 | 22.11 | 3.78 | - |
| YUV | 115.41 | 81.5 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 71 | 33 | 0 | 0.70 | 0.86 | 0.08 | 11.34 | 0.83 | 0.52 |
| Hex | EA | 47 | 21 | 0 | 46 | 56 | 8 | B | 53 | 34 |
| Octal | 352 | 107 | 41 | 0 | 106 | 126 | 10 | 13 | 123 | 64 |
| Binary | 11101010 | 1000111 | 100001 | 0 | 1000110 | 1010110 | 1000 | 1011 | 1010011 | 110100 |
Color Harmonies of #EA4721
Complementary color
Monochromatic Colors of #EA4721
Black with #EA4721
Text Example
Text Example
White with #EA4721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4721; }
p { color: rgb(234,71,33); }
H1.HeaderClassName
{
color: #EA4721;
}
.AnyTagClassName
{
color: #EA4721;
}
</style>
background-color css
<style>
a { background-color: #EA4721; }
a { background-color: rgb(234,71,33); }
div.DivClassName
{
background-color: #EA4721;
}
.BgClassName
{
background-color: #EA4721;
}
</style>
border-color css
<style>
span { border-color: #EA4721; }
span { border-color: rgb(234,71,33); }
td.TdClassName
{
border-color: #EA4721;
}
.TagClassName
{
border-color: #EA4721;
}
</style>