Shades of Cinnabar #EA4D1C
Tints of Cinnabar #EA4D1C
RGB
CMYK
RGB Variations
Color information
#EA4D1C (or 0xEA4D1C) is known color: Cinnabar. HEX triplet: EA, 4D and 1C. RGB value is (234,77,28). Sum of RGB (Red+Green+Blue) = 234+77+28=339 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.03% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4D1C is #15B2E3. Grayscale: #767676. Windows color (decimal): -1422052 or 1854954. OLE color: 1854954.
HSL color Cylindrical-coordinate representation of color #EA4D1C: hue angle of 14.27º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA4D1C is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 28 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.08 |
| HSL | 14.27º | 0.83% | 0.51% | - |
| HSV(B) | 14.27º | 0.88% | 0.92% | - |
| XYZ | 36.8 | 22.88 | 3.58 | - |
| YUV | 118.36 | 77.01 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 28 | 0 | 0.67 | 0.88 | 0.08 | 14.27 | 0.83 | 0.51 |
| Hex | EA | 4D | 1C | 0 | 43 | 58 | 8 | E | 53 | 33 |
| Octal | 352 | 115 | 34 | 0 | 103 | 130 | 10 | 16 | 123 | 63 |
| Binary | 11101010 | 1001101 | 11100 | 0 | 1000011 | 1011000 | 1000 | 1110 | 1010011 | 110011 |
Color Harmonies of #EA4D1C
Complementary color
Monochromatic Colors of #EA4D1C
Black with #EA4D1C
Text Example
Text Example
White with #EA4D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D1C; }
p { color: rgb(234,77,28); }
H1.HeaderClassName
{
color: #EA4D1C;
}
.AnyTagClassName
{
color: #EA4D1C;
}
</style>
background-color css
<style>
a { background-color: #EA4D1C; }
a { background-color: rgb(234,77,28); }
div.DivClassName
{
background-color: #EA4D1C;
}
.BgClassName
{
background-color: #EA4D1C;
}
</style>
border-color css
<style>
span { border-color: #EA4D1C; }
span { border-color: rgb(234,77,28); }
td.TdClassName
{
border-color: #EA4D1C;
}
.TagClassName
{
border-color: #EA4D1C;
}
</style>