Shades of Cinnabar #EA4124
Tints of Cinnabar #EA4124
RGB
CMYK
RGB Variations
Color information
#EA4124 (or 0xEA4124) is known color: Cinnabar. HEX triplet: EA, 41 and 24. RGB value is (234,65,36). Sum of RGB (Red+Green+Blue) = 234+65+36=335 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.85% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4124 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4124 is #15BEDB. Grayscale: #707070. Windows color (decimal): -1425116 or 2376170. OLE color: 2376170.
HSL color Cylindrical-coordinate representation of color #EA4124: hue angle of 8.79º 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 #EA4124 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 65 | 36 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.08 |
| HSL | 8.79º | 0.83% | 0.53% | - |
| HSV(B) | 8.79º | 0.85% | 0.92% | - |
| XYZ | 36.14 | 21.4 | 3.89 | - |
| YUV | 112.23 | 84.99 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 36 | 0 | 0.72 | 0.85 | 0.08 | 8.79 | 0.83 | 0.53 |
| Hex | EA | 41 | 24 | 0 | 48 | 55 | 8 | 9 | 52 | 35 |
| Octal | 352 | 101 | 44 | 0 | 110 | 125 | 10 | 11 | 122 | 65 |
| Binary | 11101010 | 1000001 | 100100 | 0 | 1001000 | 1010101 | 1000 | 1001 | 1010010 | 110101 |
Color Harmonies of #EA4124
Complementary color
Monochromatic Colors of #EA4124
Black with #EA4124
Text Example
Text Example
White with #EA4124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4124; }
p { color: rgb(234,65,36); }
H1.HeaderClassName
{
color: #EA4124;
}
.AnyTagClassName
{
color: #EA4124;
}
</style>
background-color css
<style>
a { background-color: #EA4124; }
a { background-color: rgb(234,65,36); }
div.DivClassName
{
background-color: #EA4124;
}
.BgClassName
{
background-color: #EA4124;
}
</style>
border-color css
<style>
span { border-color: #EA4124; }
span { border-color: rgb(234,65,36); }
td.TdClassName
{
border-color: #EA4124;
}
.TagClassName
{
border-color: #EA4124;
}
</style>