Shades of Cinnabar #E04A45
Tints of Cinnabar #E04A45
RGB
CMYK
RGB Variations
Color information
#E04A45 (or 0xE04A45) is known color: Cinnabar. HEX triplet: E0, 4A and 45. RGB value is (224,74,69). Sum of RGB (Red+Green+Blue) = 224+74+69=367 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.04% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04A45 is #1FB5BA. Grayscale: #767676. Windows color (decimal): -2078139 or 4541152. OLE color: 4541152.
HSL color Cylindrical-coordinate representation of color #E04A45: hue angle of 1.94º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E04A45 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 69 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.12 |
| HSL | 1.94º | 0.71% | 0.57% | - |
| HSV(B) | 1.94º | 0.69% | 0.88% | - |
| XYZ | 34.26 | 21.17 | 7.91 | - |
| YUV | 118.28 | 100.2 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 69 | 0 | 0.67 | 0.69 | 0.12 | 1.94 | 0.71 | 0.57 |
| Hex | E0 | 4A | 45 | 0 | 43 | 45 | C | 2 | 47 | 39 |
| Octal | 340 | 112 | 105 | 0 | 103 | 105 | 14 | 2 | 107 | 71 |
| Binary | 11100000 | 1001010 | 1000101 | 0 | 1000011 | 1000101 | 1100 | 10 | 1000111 | 111001 |
Color Harmonies of #E04A45
Complementary color
Monochromatic Colors of #E04A45
Black with #E04A45
Text Example
Text Example
White with #E04A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04A45; }
p { color: rgb(224,74,69); }
H1.HeaderClassName
{
color: #E04A45;
}
.AnyTagClassName
{
color: #E04A45;
}
</style>
background-color css
<style>
a { background-color: #E04A45; }
a { background-color: rgb(224,74,69); }
div.DivClassName
{
background-color: #E04A45;
}
.BgClassName
{
background-color: #E04A45;
}
</style>
border-color css
<style>
span { border-color: #E04A45; }
span { border-color: rgb(224,74,69); }
td.TdClassName
{
border-color: #E04A45;
}
.TagClassName
{
border-color: #E04A45;
}
</style>