Shades of Cinnabar #EA5528
Tints of Cinnabar #EA5528
RGB
CMYK
RGB Variations
Color information
#EA5528 (or 0xEA5528) is known color: Cinnabar. HEX triplet: EA, 55 and 28. RGB value is (234,85,40). Sum of RGB (Red+Green+Blue) = 234+85+40=359 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.18% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5528 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5528 is #15AAD7. Grayscale: #7C7C7C. Windows color (decimal): -1419992 or 2643434. OLE color: 2643434.
HSL color Cylindrical-coordinate representation of color #EA5528: hue angle of 13.92º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA5528 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 85 | 40 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.08 |
| HSL | 13.92º | 0.82% | 0.54% | - |
| HSV(B) | 13.92º | 0.83% | 0.92% | - |
| XYZ | 37.56 | 24.14 | 4.69 | - |
| YUV | 124.42 | 80.36 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 85 | 40 | 0 | 0.64 | 0.83 | 0.08 | 13.92 | 0.82 | 0.54 |
| Hex | EA | 55 | 28 | 0 | 40 | 53 | 8 | E | 52 | 36 |
| Octal | 352 | 125 | 50 | 0 | 100 | 123 | 10 | 16 | 122 | 66 |
| Binary | 11101010 | 1010101 | 101000 | 0 | 1000000 | 1010011 | 1000 | 1110 | 1010010 | 110110 |
Color Harmonies of #EA5528
Complementary color
Monochromatic Colors of #EA5528
Black with #EA5528
Text Example
Text Example
White with #EA5528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5528; }
p { color: rgb(234,85,40); }
H1.HeaderClassName
{
color: #EA5528;
}
.AnyTagClassName
{
color: #EA5528;
}
</style>
background-color css
<style>
a { background-color: #EA5528; }
a { background-color: rgb(234,85,40); }
div.DivClassName
{
background-color: #EA5528;
}
.BgClassName
{
background-color: #EA5528;
}
</style>
border-color css
<style>
span { border-color: #EA5528; }
span { border-color: rgb(234,85,40); }
td.TdClassName
{
border-color: #EA5528;
}
.TagClassName
{
border-color: #EA5528;
}
</style>