Shades of Cinnabar #EA3529
Tints of Cinnabar #EA3529
RGB
CMYK
RGB Variations
Color information
#EA3529 (or 0xEA3529) is known color: Cinnabar. HEX triplet: EA, 35 and 29. RGB value is (234,53,41). Sum of RGB (Red+Green+Blue) = 234+53+41=328 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.34% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 41 (16.41% from 255 or 12.5% from 328); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3529 is #15CAD6. Grayscale: #696969. Windows color (decimal): -1428183 or 2700778. OLE color: 2700778.
HSL color Cylindrical-coordinate representation of color #EA3529: hue angle of 3.73º 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 #EA3529 is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 53 | 41 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.08 |
| HSL | 3.73º | 0.82% | 0.54% | - |
| HSV(B) | 3.73º | 0.82% | 0.92% | - |
| XYZ | 35.61 | 20.2 | 4.12 | - |
| YUV | 105.75 | 91.47 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 53 | 41 | 0 | 0.77 | 0.82 | 0.08 | 3.73 | 0.82 | 0.54 |
| Hex | EA | 35 | 29 | 0 | 4D | 52 | 8 | 4 | 52 | 36 |
| Octal | 352 | 65 | 51 | 0 | 115 | 122 | 10 | 4 | 122 | 66 |
| Binary | 11101010 | 110101 | 101001 | 0 | 1001101 | 1010010 | 1000 | 100 | 1010010 | 110110 |
Color Harmonies of #EA3529
Complementary color
Monochromatic Colors of #EA3529
Black with #EA3529
Text Example
Text Example
White with #EA3529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3529; }
p { color: rgb(234,53,41); }
H1.HeaderClassName
{
color: #EA3529;
}
.AnyTagClassName
{
color: #EA3529;
}
</style>
background-color css
<style>
a { background-color: #EA3529; }
a { background-color: rgb(234,53,41); }
div.DivClassName
{
background-color: #EA3529;
}
.BgClassName
{
background-color: #EA3529;
}
</style>
border-color css
<style>
span { border-color: #EA3529; }
span { border-color: rgb(234,53,41); }
td.TdClassName
{
border-color: #EA3529;
}
.TagClassName
{
border-color: #EA3529;
}
</style>