Shades of Cinnabar #EA5029
Tints of Cinnabar #EA5029
RGB
CMYK
RGB Variations
Color information
#EA5029 (or 0xEA5029) is known color: Cinnabar. HEX triplet: EA, 50 and 29. RGB value is (234,80,41). Sum of RGB (Red+Green+Blue) = 234+80+41=355 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.92% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 41 (16.41% from 255 or 11.55% from 355); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5029 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5029 is #15AFD6. Grayscale: #797979. Windows color (decimal): -1421271 or 2707690. OLE color: 2707690.
HSL color Cylindrical-coordinate representation of color #EA5029: hue angle of 12.12º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA5029 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 80 | 41 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.08 |
| HSL | 12.12º | 0.82% | 0.54% | - |
| HSV(B) | 12.12º | 0.82% | 0.92% | - |
| XYZ | 37.2 | 23.39 | 4.65 | - |
| YUV | 121.6 | 82.52 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 80 | 41 | 0 | 0.66 | 0.82 | 0.08 | 12.12 | 0.82 | 0.54 |
| Hex | EA | 50 | 29 | 0 | 42 | 52 | 8 | C | 52 | 36 |
| Octal | 352 | 120 | 51 | 0 | 102 | 122 | 10 | 14 | 122 | 66 |
| Binary | 11101010 | 1010000 | 101001 | 0 | 1000010 | 1010010 | 1000 | 1100 | 1010010 | 110110 |
Color Harmonies of #EA5029
Complementary color
Monochromatic Colors of #EA5029
Black with #EA5029
Text Example
Text Example
White with #EA5029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5029; }
p { color: rgb(234,80,41); }
H1.HeaderClassName
{
color: #EA5029;
}
.AnyTagClassName
{
color: #EA5029;
}
</style>
background-color css
<style>
a { background-color: #EA5029; }
a { background-color: rgb(234,80,41); }
div.DivClassName
{
background-color: #EA5029;
}
.BgClassName
{
background-color: #EA5029;
}
</style>
border-color css
<style>
span { border-color: #EA5029; }
span { border-color: rgb(234,80,41); }
td.TdClassName
{
border-color: #EA5029;
}
.TagClassName
{
border-color: #EA5029;
}
</style>