Shades of Cinnabar #E04527
Tints of Cinnabar #E04527
RGB
CMYK
RGB Variations
Color information
#E04527 (or 0xE04527) is known color: Cinnabar. HEX triplet: E0, 45 and 27. RGB value is (224,69,39). Sum of RGB (Red+Green+Blue) = 224+69+39=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E04527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04527 is #1FBAD8. Grayscale: #707070. Windows color (decimal): -2079449 or 2573792. OLE color: 2573792.
HSL color Cylindrical-coordinate representation of color #E04527: hue angle of 9.73º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E04527 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 69 | 39 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.12 |
| HSL | 9.73º | 0.75% | 0.52% | - |
| HSV(B) | 9.73º | 0.83% | 0.88% | - |
| XYZ | 33.23 | 20.25 | 4.08 | - |
| YUV | 111.93 | 86.85 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 39 | 0 | 0.69 | 0.83 | 0.12 | 9.73 | 0.75 | 0.52 |
| Hex | E0 | 45 | 27 | 0 | 45 | 53 | C | A | 4B | 34 |
| Octal | 340 | 105 | 47 | 0 | 105 | 123 | 14 | 12 | 113 | 64 |
| Binary | 11100000 | 1000101 | 100111 | 0 | 1000101 | 1010011 | 1100 | 1010 | 1001011 | 110100 |
Color Harmonies of #E04527
Complementary color
Monochromatic Colors of #E04527
Black with #E04527
Text Example
Text Example
White with #E04527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04527; }
p { color: rgb(224,69,39); }
H1.HeaderClassName
{
color: #E04527;
}
.AnyTagClassName
{
color: #E04527;
}
</style>
background-color css
<style>
a { background-color: #E04527; }
a { background-color: rgb(224,69,39); }
div.DivClassName
{
background-color: #E04527;
}
.BgClassName
{
background-color: #E04527;
}
</style>
border-color css
<style>
span { border-color: #E04527; }
span { border-color: rgb(224,69,39); }
td.TdClassName
{
border-color: #E04527;
}
.TagClassName
{
border-color: #E04527;
}
</style>