Shades of Cinnabar #EA5527
Tints of Cinnabar #EA5527
RGB
CMYK
RGB Variations
Color information
#EA5527 (or 0xEA5527) is known color: Cinnabar. HEX triplet: EA, 55 and 27. RGB value is (234,85,39). Sum of RGB (Red+Green+Blue) = 234+85+39=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5527 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5527 is #15AAD8. Grayscale: #7C7C7C. Windows color (decimal): -1419993 or 2577898. OLE color: 2577898.
HSL color Cylindrical-coordinate representation of color #EA5527: hue angle of 14.15º 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 #EA5527 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 85 | 39 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.08 |
| HSL | 14.15º | 0.82% | 0.54% | - |
| HSV(B) | 14.15º | 0.83% | 0.92% | - |
| XYZ | 37.55 | 24.14 | 4.6 | - |
| YUV | 124.31 | 79.86 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 85 | 39 | 0 | 0.64 | 0.83 | 0.08 | 14.15 | 0.82 | 0.54 |
| Hex | EA | 55 | 27 | 0 | 40 | 53 | 8 | E | 52 | 36 |
| Octal | 352 | 125 | 47 | 0 | 100 | 123 | 10 | 16 | 122 | 66 |
| Binary | 11101010 | 1010101 | 100111 | 0 | 1000000 | 1010011 | 1000 | 1110 | 1010010 | 110110 |
Color Harmonies of #EA5527
Complementary color
Monochromatic Colors of #EA5527
Black with #EA5527
Text Example
Text Example
White with #EA5527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5527; }
p { color: rgb(234,85,39); }
H1.HeaderClassName
{
color: #EA5527;
}
.AnyTagClassName
{
color: #EA5527;
}
</style>
background-color css
<style>
a { background-color: #EA5527; }
a { background-color: rgb(234,85,39); }
div.DivClassName
{
background-color: #EA5527;
}
.BgClassName
{
background-color: #EA5527;
}
</style>
border-color css
<style>
span { border-color: #EA5527; }
span { border-color: rgb(234,85,39); }
td.TdClassName
{
border-color: #EA5527;
}
.TagClassName
{
border-color: #EA5527;
}
</style>