Shades of Cinnabar #EA3424
Tints of Cinnabar #EA3424
RGB
CMYK
RGB Variations
Color information
#EA3424 (or 0xEA3424) is known color: Cinnabar. HEX triplet: EA, 34 and 24. RGB value is (234,52,36). Sum of RGB (Red+Green+Blue) = 234+52+36=322 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.67% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3424 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3424 is #15CBDB. Grayscale: #686868. Windows color (decimal): -1428444 or 2372842. OLE color: 2372842.
HSL color Cylindrical-coordinate representation of color #EA3424: hue angle of 4.85º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA3424 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 52 | 36 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.08 |
| HSL | 4.85º | 0.83% | 0.53% | - |
| HSV(B) | 4.85º | 0.85% | 0.92% | - |
| XYZ | 35.48 | 20.08 | 3.67 | - |
| YUV | 104.59 | 89.3 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 52 | 36 | 0 | 0.78 | 0.85 | 0.08 | 4.85 | 0.83 | 0.53 |
| Hex | EA | 34 | 24 | 0 | 4E | 55 | 8 | 5 | 52 | 35 |
| Octal | 352 | 64 | 44 | 0 | 116 | 125 | 10 | 5 | 122 | 65 |
| Binary | 11101010 | 110100 | 100100 | 0 | 1001110 | 1010101 | 1000 | 101 | 1010010 | 110101 |
Color Harmonies of #EA3424
Complementary color
Monochromatic Colors of #EA3424
Black with #EA3424
Text Example
Text Example
White with #EA3424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3424; }
p { color: rgb(234,52,36); }
H1.HeaderClassName
{
color: #EA3424;
}
.AnyTagClassName
{
color: #EA3424;
}
</style>
background-color css
<style>
a { background-color: #EA3424; }
a { background-color: rgb(234,52,36); }
div.DivClassName
{
background-color: #EA3424;
}
.BgClassName
{
background-color: #EA3424;
}
</style>
border-color css
<style>
span { border-color: #EA3424; }
span { border-color: rgb(234,52,36); }
td.TdClassName
{
border-color: #EA3424;
}
.TagClassName
{
border-color: #EA3424;
}
</style>