Shades of Cinnabar #EA471E
Tints of Cinnabar #EA471E
RGB
CMYK
RGB Variations
Color information
#EA471E (or 0xEA471E) is known color: Cinnabar. HEX triplet: EA, 47 and 1E. RGB value is (234,71,30). Sum of RGB (Red+Green+Blue) = 234+71+30=335 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.85% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 234 - color contains mainly: red. Hex color #EA471E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA471E is #15B8E1. Grayscale: #737373. Windows color (decimal): -1423586 or 1984490. OLE color: 1984490.
HSL color Cylindrical-coordinate representation of color #EA471E: hue angle of 12.06º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA471E is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 71 | 30 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.08 |
| HSL | 12.06º | 0.83% | 0.52% | - |
| HSV(B) | 12.06º | 0.87% | 0.92% | - |
| XYZ | 36.42 | 22.09 | 3.57 | - |
| YUV | 115.06 | 80 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 71 | 30 | 0 | 0.70 | 0.87 | 0.08 | 12.06 | 0.83 | 0.52 |
| Hex | EA | 47 | 1E | 0 | 46 | 57 | 8 | C | 53 | 34 |
| Octal | 352 | 107 | 36 | 0 | 106 | 127 | 10 | 14 | 123 | 64 |
| Binary | 11101010 | 1000111 | 11110 | 0 | 1000110 | 1010111 | 1000 | 1100 | 1010011 | 110100 |
Color Harmonies of #EA471E
Complementary color
Monochromatic Colors of #EA471E
Black with #EA471E
Text Example
Text Example
White with #EA471E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA471E; }
p { color: rgb(234,71,30); }
H1.HeaderClassName
{
color: #EA471E;
}
.AnyTagClassName
{
color: #EA471E;
}
</style>
background-color css
<style>
a { background-color: #EA471E; }
a { background-color: rgb(234,71,30); }
div.DivClassName
{
background-color: #EA471E;
}
.BgClassName
{
background-color: #EA471E;
}
</style>
border-color css
<style>
span { border-color: #EA471E; }
span { border-color: rgb(234,71,30); }
td.TdClassName
{
border-color: #EA471E;
}
.TagClassName
{
border-color: #EA471E;
}
</style>