Shades of Cinnabar #EA4D24
Tints of Cinnabar #EA4D24
RGB
CMYK
RGB Variations
Color information
#EA4D24 (or 0xEA4D24) is known color: Cinnabar. HEX triplet: EA, 4D and 24. RGB value is (234,77,36). Sum of RGB (Red+Green+Blue) = 234+77+36=347 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.44% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 36 (14.45% from 255 or 10.37% from 347); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4D24 is #15B2DB. Grayscale: #777777. Windows color (decimal): -1422044 or 2379242. OLE color: 2379242.
HSL color Cylindrical-coordinate representation of color #EA4D24: hue angle of 12.42º 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 #EA4D24 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 36 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.08 |
| HSL | 12.42º | 0.83% | 0.53% | - |
| HSV(B) | 12.42º | 0.85% | 0.92% | - |
| XYZ | 36.9 | 22.93 | 4.15 | - |
| YUV | 119.27 | 81.01 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 36 | 0 | 0.67 | 0.85 | 0.08 | 12.42 | 0.83 | 0.53 |
| Hex | EA | 4D | 24 | 0 | 43 | 55 | 8 | C | 52 | 35 |
| Octal | 352 | 115 | 44 | 0 | 103 | 125 | 10 | 14 | 122 | 65 |
| Binary | 11101010 | 1001101 | 100100 | 0 | 1000011 | 1010101 | 1000 | 1100 | 1010010 | 110101 |
Color Harmonies of #EA4D24
Complementary color
Monochromatic Colors of #EA4D24
Black with #EA4D24
Text Example
Text Example
White with #EA4D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D24; }
p { color: rgb(234,77,36); }
H1.HeaderClassName
{
color: #EA4D24;
}
.AnyTagClassName
{
color: #EA4D24;
}
</style>
background-color css
<style>
a { background-color: #EA4D24; }
a { background-color: rgb(234,77,36); }
div.DivClassName
{
background-color: #EA4D24;
}
.BgClassName
{
background-color: #EA4D24;
}
</style>
border-color css
<style>
span { border-color: #EA4D24; }
span { border-color: rgb(234,77,36); }
td.TdClassName
{
border-color: #EA4D24;
}
.TagClassName
{
border-color: #EA4D24;
}
</style>