Shades of Cinnabar #EA5534
Tints of Cinnabar #EA5534
RGB
CMYK
RGB Variations
Color information
#EA5534 (or 0xEA5534) is known color: Cinnabar. HEX triplet: EA, 55 and 34. RGB value is (234,85,52). Sum of RGB (Red+Green+Blue) = 234+85+52=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5534 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5534 is #15AACB. Grayscale: #7E7E7E. Windows color (decimal): -1419980 or 3429866. OLE color: 3429866.
HSL color Cylindrical-coordinate representation of color #EA5534: hue angle of 10.88º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA5534 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 85 | 52 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.08 |
| HSL | 10.88º | 0.81% | 0.56% | - |
| HSV(B) | 10.88º | 0.78% | 0.92% | - |
| XYZ | 37.8 | 24.24 | 5.93 | - |
| YUV | 125.79 | 86.36 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 85 | 52 | 0 | 0.64 | 0.78 | 0.08 | 10.88 | 0.81 | 0.56 |
| Hex | EA | 55 | 34 | 0 | 40 | 4E | 8 | B | 51 | 38 |
| Octal | 352 | 125 | 64 | 0 | 100 | 116 | 10 | 13 | 121 | 70 |
| Binary | 11101010 | 1010101 | 110100 | 0 | 1000000 | 1001110 | 1000 | 1011 | 1010001 | 111000 |
Color Harmonies of #EA5534
Complementary color
Monochromatic Colors of #EA5534
Black with #EA5534
Text Example
Text Example
White with #EA5534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5534; }
p { color: rgb(234,85,52); }
H1.HeaderClassName
{
color: #EA5534;
}
.AnyTagClassName
{
color: #EA5534;
}
</style>
background-color css
<style>
a { background-color: #EA5534; }
a { background-color: rgb(234,85,52); }
div.DivClassName
{
background-color: #EA5534;
}
.BgClassName
{
background-color: #EA5534;
}
</style>
border-color css
<style>
span { border-color: #EA5534; }
span { border-color: rgb(234,85,52); }
td.TdClassName
{
border-color: #EA5534;
}
.TagClassName
{
border-color: #EA5534;
}
</style>