Shades of Cinnabar #EA421D
Tints of Cinnabar #EA421D
RGB
CMYK
RGB Variations
Color information
#EA421D (or 0xEA421D) is known color: Cinnabar. HEX triplet: EA, 42 and 1D. RGB value is (234,66,29). Sum of RGB (Red+Green+Blue) = 234+66+29=329 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.12% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 234 - color contains mainly: red. Hex color #EA421D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA421D is #15BDE2. Grayscale: #707070. Windows color (decimal): -1424867 or 1917674. OLE color: 1917674.
HSL color Cylindrical-coordinate representation of color #EA421D: hue angle of 10.83º 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 #EA421D is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 66 | 29 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.08 |
| HSL | 10.83º | 0.83% | 0.52% | - |
| HSV(B) | 10.83º | 0.88% | 0.92% | - |
| XYZ | 36.1 | 21.48 | 3.41 | - |
| YUV | 112.01 | 81.16 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 66 | 29 | 0 | 0.72 | 0.88 | 0.08 | 10.83 | 0.83 | 0.52 |
| Hex | EA | 42 | 1D | 0 | 48 | 58 | 8 | B | 53 | 34 |
| Octal | 352 | 102 | 35 | 0 | 110 | 130 | 10 | 13 | 123 | 64 |
| Binary | 11101010 | 1000010 | 11101 | 0 | 1001000 | 1011000 | 1000 | 1011 | 1010011 | 110100 |
Color Harmonies of #EA421D
Complementary color
Monochromatic Colors of #EA421D
Black with #EA421D
Text Example
Text Example
White with #EA421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA421D; }
p { color: rgb(234,66,29); }
H1.HeaderClassName
{
color: #EA421D;
}
.AnyTagClassName
{
color: #EA421D;
}
</style>
background-color css
<style>
a { background-color: #EA421D; }
a { background-color: rgb(234,66,29); }
div.DivClassName
{
background-color: #EA421D;
}
.BgClassName
{
background-color: #EA421D;
}
</style>
border-color css
<style>
span { border-color: #EA421D; }
span { border-color: rgb(234,66,29); }
td.TdClassName
{
border-color: #EA421D;
}
.TagClassName
{
border-color: #EA421D;
}
</style>