Shades of Cinnabar #E04227
Tints of Cinnabar #E04227
RGB
CMYK
RGB Variations
Color information
#E04227 (or 0xE04227) is known color: Cinnabar. HEX triplet: E0, 42 and 27. RGB value is (224,66,39). Sum of RGB (Red+Green+Blue) = 224+66+39=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E04227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04227 is #1FBDD8. Grayscale: #6E6E6E. Windows color (decimal): -2080217 or 2573024. OLE color: 2573024.
HSL color Cylindrical-coordinate representation of color #E04227: hue angle of 8.76º 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 #E04227 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 39 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.12 |
| HSL | 8.76º | 0.75% | 0.52% | - |
| HSV(B) | 8.76º | 0.83% | 0.88% | - |
| XYZ | 33.05 | 19.89 | 4.02 | - |
| YUV | 110.16 | 87.85 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 39 | 0 | 0.71 | 0.83 | 0.12 | 8.76 | 0.75 | 0.52 |
| Hex | E0 | 42 | 27 | 0 | 47 | 53 | C | 9 | 4B | 34 |
| Octal | 340 | 102 | 47 | 0 | 107 | 123 | 14 | 11 | 113 | 64 |
| Binary | 11100000 | 1000010 | 100111 | 0 | 1000111 | 1010011 | 1100 | 1001 | 1001011 | 110100 |
Color Harmonies of #E04227
Complementary color
Monochromatic Colors of #E04227
Black with #E04227
Text Example
Text Example
White with #E04227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04227; }
p { color: rgb(224,66,39); }
H1.HeaderClassName
{
color: #E04227;
}
.AnyTagClassName
{
color: #E04227;
}
</style>
background-color css
<style>
a { background-color: #E04227; }
a { background-color: rgb(224,66,39); }
div.DivClassName
{
background-color: #E04227;
}
.BgClassName
{
background-color: #E04227;
}
</style>
border-color css
<style>
span { border-color: #E04227; }
span { border-color: rgb(224,66,39); }
td.TdClassName
{
border-color: #E04227;
}
.TagClassName
{
border-color: #E04227;
}
</style>