Shades of Cinnabar #EA4029
Tints of Cinnabar #EA4029
RGB
CMYK
RGB Variations
Color information
#EA4029 (or 0xEA4029) is known color: Cinnabar. HEX triplet: EA, 40 and 29. RGB value is (234,64,41). Sum of RGB (Red+Green+Blue) = 234+64+41=339 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.03% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4029 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4029 is #15BFD6. Grayscale: #707070. Windows color (decimal): -1425367 or 2703594. OLE color: 2703594.
HSL color Cylindrical-coordinate representation of color #EA4029: hue angle of 7.15º 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 #EA4029 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 64 | 41 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.08 |
| HSL | 7.15º | 0.82% | 0.54% | - |
| HSV(B) | 7.15º | 0.82% | 0.92% | - |
| XYZ | 36.17 | 21.32 | 4.31 | - |
| YUV | 112.21 | 87.82 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 64 | 41 | 0 | 0.73 | 0.82 | 0.08 | 7.15 | 0.82 | 0.54 |
| Hex | EA | 40 | 29 | 0 | 49 | 52 | 8 | 7 | 52 | 36 |
| Octal | 352 | 100 | 51 | 0 | 111 | 122 | 10 | 7 | 122 | 66 |
| Binary | 11101010 | 1000000 | 101001 | 0 | 1001001 | 1010010 | 1000 | 111 | 1010010 | 110110 |
Color Harmonies of #EA4029
Complementary color
Monochromatic Colors of #EA4029
Black with #EA4029
Text Example
Text Example
White with #EA4029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4029; }
p { color: rgb(234,64,41); }
H1.HeaderClassName
{
color: #EA4029;
}
.AnyTagClassName
{
color: #EA4029;
}
</style>
background-color css
<style>
a { background-color: #EA4029; }
a { background-color: rgb(234,64,41); }
div.DivClassName
{
background-color: #EA4029;
}
.BgClassName
{
background-color: #EA4029;
}
</style>
border-color css
<style>
span { border-color: #EA4029; }
span { border-color: rgb(234,64,41); }
td.TdClassName
{
border-color: #EA4029;
}
.TagClassName
{
border-color: #EA4029;
}
</style>