Shades of Cinnabar #EA461D
Tints of Cinnabar #EA461D
RGB
CMYK
RGB Variations
Color information
#EA461D (or 0xEA461D) is known color: Cinnabar. HEX triplet: EA, 46 and 1D. RGB value is (234,70,29). Sum of RGB (Red+Green+Blue) = 234+70+29=333 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.27% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 234 - color contains mainly: red. Hex color #EA461D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA461D is #15B9E2. Grayscale: #727272. Windows color (decimal): -1423843 or 1918698. OLE color: 1918698.
HSL color Cylindrical-coordinate representation of color #EA461D: hue angle of 12º 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 #EA461D is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 70 | 29 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.08 |
| HSL | 12º | 0.83% | 0.52% | - |
| HSV(B) | 12º | 0.88% | 0.92% | - |
| XYZ | 36.34 | 21.96 | 3.49 | - |
| YUV | 114.36 | 79.83 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 70 | 29 | 0 | 0.70 | 0.88 | 0.08 | 12 | 0.83 | 0.52 |
| Hex | EA | 46 | 1D | 0 | 46 | 58 | 8 | C | 53 | 34 |
| Octal | 352 | 106 | 35 | 0 | 106 | 130 | 10 | 14 | 123 | 64 |
| Binary | 11101010 | 1000110 | 11101 | 0 | 1000110 | 1011000 | 1000 | 1100 | 1010011 | 110100 |
Color Harmonies of #EA461D
Complementary color
Monochromatic Colors of #EA461D
Black with #EA461D
Text Example
Text Example
White with #EA461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA461D; }
p { color: rgb(234,70,29); }
H1.HeaderClassName
{
color: #EA461D;
}
.AnyTagClassName
{
color: #EA461D;
}
</style>
background-color css
<style>
a { background-color: #EA461D; }
a { background-color: rgb(234,70,29); }
div.DivClassName
{
background-color: #EA461D;
}
.BgClassName
{
background-color: #EA461D;
}
</style>
border-color css
<style>
span { border-color: #EA461D; }
span { border-color: rgb(234,70,29); }
td.TdClassName
{
border-color: #EA461D;
}
.TagClassName
{
border-color: #EA461D;
}
</style>