Shades of Cinnabar #E54527
Tints of Cinnabar #E54527
RGB
CMYK
RGB Variations
Color information
#E54527 (or 0xE54527) is known color: Cinnabar. HEX triplet: E5, 45 and 27. RGB value is (229,69,39). Sum of RGB (Red+Green+Blue) = 229+69+39=337 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.95% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 229 - color contains mainly: red. Hex color #E54527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54527 is #1ABAD8. Grayscale: #717171. Windows color (decimal): -1751769 or 2573797. OLE color: 2573797.
HSL color Cylindrical-coordinate representation of color #E54527: hue angle of 9.47º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E54527 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 39 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.10 |
| HSL | 9.47º | 0.79% | 0.53% | - |
| HSV(B) | 9.47º | 0.83% | 0.9% | - |
| XYZ | 34.81 | 21.06 | 4.15 | - |
| YUV | 113.42 | 86.01 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 39 | 0 | 0.70 | 0.83 | 0.10 | 9.47 | 0.79 | 0.53 |
| Hex | E5 | 45 | 27 | 0 | 46 | 53 | A | 9 | 4F | 35 |
| Octal | 345 | 105 | 47 | 0 | 106 | 123 | 12 | 11 | 117 | 65 |
| Binary | 11100101 | 1000101 | 100111 | 0 | 1000110 | 1010011 | 1010 | 1001 | 1001111 | 110101 |
Color Harmonies of #E54527
Complementary color
Monochromatic Colors of #E54527
Black with #E54527
Text Example
Text Example
White with #E54527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54527; }
p { color: rgb(229,69,39); }
H1.HeaderClassName
{
color: #E54527;
}
.AnyTagClassName
{
color: #E54527;
}
</style>
background-color css
<style>
a { background-color: #E54527; }
a { background-color: rgb(229,69,39); }
div.DivClassName
{
background-color: #E54527;
}
.BgClassName
{
background-color: #E54527;
}
</style>
border-color css
<style>
span { border-color: #E54527; }
span { border-color: rgb(229,69,39); }
td.TdClassName
{
border-color: #E54527;
}
.TagClassName
{
border-color: #E54527;
}
</style>