Shades of Cinnabar #E04A34
Tints of Cinnabar #E04A34
RGB
CMYK
RGB Variations
Color information
#E04A34 (or 0xE04A34) is known color: Cinnabar. HEX triplet: E0, 4A and 34. RGB value is (224,74,52). Sum of RGB (Red+Green+Blue) = 224+74+52=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04A34 is #1FB5CB. Grayscale: #747474. Windows color (decimal): -2078156 or 3427040. OLE color: 3427040.
HSL color Cylindrical-coordinate representation of color #E04A34: hue angle of 7.67º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E04A34 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 52 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.12 |
| HSL | 7.67º | 0.74% | 0.54% | - |
| HSV(B) | 7.67º | 0.77% | 0.88% | - |
| XYZ | 33.81 | 20.99 | 5.52 | - |
| YUV | 116.34 | 91.7 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 52 | 0 | 0.67 | 0.77 | 0.12 | 7.67 | 0.74 | 0.54 |
| Hex | E0 | 4A | 34 | 0 | 43 | 4D | C | 8 | 4A | 36 |
| Octal | 340 | 112 | 64 | 0 | 103 | 115 | 14 | 10 | 112 | 66 |
| Binary | 11100000 | 1001010 | 110100 | 0 | 1000011 | 1001101 | 1100 | 1000 | 1001010 | 110110 |
Color Harmonies of #E04A34
Complementary color
Monochromatic Colors of #E04A34
Black with #E04A34
Text Example
Text Example
White with #E04A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04A34; }
p { color: rgb(224,74,52); }
H1.HeaderClassName
{
color: #E04A34;
}
.AnyTagClassName
{
color: #E04A34;
}
</style>
background-color css
<style>
a { background-color: #E04A34; }
a { background-color: rgb(224,74,52); }
div.DivClassName
{
background-color: #E04A34;
}
.BgClassName
{
background-color: #E04A34;
}
</style>
border-color css
<style>
span { border-color: #E04A34; }
span { border-color: rgb(224,74,52); }
td.TdClassName
{
border-color: #E04A34;
}
.TagClassName
{
border-color: #E04A34;
}
</style>