Shades of Cinnabar #E0442F
Tints of Cinnabar #E0442F
RGB
CMYK
RGB Variations
Color information
#E0442F (or 0xE0442F) is known color: Cinnabar. HEX triplet: E0, 44 and 2F. RGB value is (224,68,47). Sum of RGB (Red+Green+Blue) = 224+68+47=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E0442F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0442F is #1FBBD0. Grayscale: #707070. Windows color (decimal): -2079697 or 3097824. OLE color: 3097824.
HSL color Cylindrical-coordinate representation of color #E0442F: hue angle of 7.12º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0442F is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 68 | 47 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.12 |
| HSL | 7.12º | 0.74% | 0.53% | - |
| HSV(B) | 7.12º | 0.79% | 0.88% | - |
| XYZ | 33.32 | 20.19 | 4.83 | - |
| YUV | 112.25 | 91.18 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 68 | 47 | 0 | 0.70 | 0.79 | 0.12 | 7.12 | 0.74 | 0.53 |
| Hex | E0 | 44 | 2F | 0 | 46 | 4F | C | 7 | 4A | 35 |
| Octal | 340 | 104 | 57 | 0 | 106 | 117 | 14 | 7 | 112 | 65 |
| Binary | 11100000 | 1000100 | 101111 | 0 | 1000110 | 1001111 | 1100 | 111 | 1001010 | 110101 |
Color Harmonies of #E0442F
Complementary color
Monochromatic Colors of #E0442F
Black with #E0442F
Text Example
Text Example
White with #E0442F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0442F; }
p { color: rgb(224,68,47); }
H1.HeaderClassName
{
color: #E0442F;
}
.AnyTagClassName
{
color: #E0442F;
}
</style>
background-color css
<style>
a { background-color: #E0442F; }
a { background-color: rgb(224,68,47); }
div.DivClassName
{
background-color: #E0442F;
}
.BgClassName
{
background-color: #E0442F;
}
</style>
border-color css
<style>
span { border-color: #E0442F; }
span { border-color: rgb(224,68,47); }
td.TdClassName
{
border-color: #E0442F;
}
.TagClassName
{
border-color: #E0442F;
}
</style>