Shades of Cinnabar #EA471D
Tints of Cinnabar #EA471D
RGB
CMYK
RGB Variations
Color information
#EA471D (or 0xEA471D) is known color: Cinnabar. HEX triplet: EA, 47 and 1D. RGB value is (234,71,29). Sum of RGB (Red+Green+Blue) = 234+71+29=334 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.06% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 234 - color contains mainly: red. Hex color #EA471D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA471D is #15B8E2. Grayscale: #737373. Windows color (decimal): -1423587 or 1918954. OLE color: 1918954.
HSL color Cylindrical-coordinate representation of color #EA471D: hue angle of 12.29º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA471D is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 71 | 29 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.08 |
| HSL | 12.29º | 0.83% | 0.52% | - |
| HSV(B) | 12.29º | 0.88% | 0.92% | - |
| XYZ | 36.41 | 22.09 | 3.51 | - |
| YUV | 114.95 | 79.5 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 71 | 29 | 0 | 0.70 | 0.88 | 0.08 | 12.29 | 0.83 | 0.52 |
| Hex | EA | 47 | 1D | 0 | 46 | 58 | 8 | C | 53 | 34 |
| Octal | 352 | 107 | 35 | 0 | 106 | 130 | 10 | 14 | 123 | 64 |
| Binary | 11101010 | 1000111 | 11101 | 0 | 1000110 | 1011000 | 1000 | 1100 | 1010011 | 110100 |
Color Harmonies of #EA471D
Complementary color
Monochromatic Colors of #EA471D
Black with #EA471D
Text Example
Text Example
White with #EA471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA471D; }
p { color: rgb(234,71,29); }
H1.HeaderClassName
{
color: #EA471D;
}
.AnyTagClassName
{
color: #EA471D;
}
</style>
background-color css
<style>
a { background-color: #EA471D; }
a { background-color: rgb(234,71,29); }
div.DivClassName
{
background-color: #EA471D;
}
.BgClassName
{
background-color: #EA471D;
}
</style>
border-color css
<style>
span { border-color: #EA471D; }
span { border-color: rgb(234,71,29); }
td.TdClassName
{
border-color: #EA471D;
}
.TagClassName
{
border-color: #EA471D;
}
</style>