Shades of Cinnabar #E0442E
Tints of Cinnabar #E0442E
RGB
CMYK
RGB Variations
Color information
#E0442E (or 0xE0442E) is known color: Cinnabar. HEX triplet: E0, 44 and 2E. RGB value is (224,68,46). Sum of RGB (Red+Green+Blue) = 224+68+46=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E0442E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0442E is #1FBBD1. Grayscale: #707070. Windows color (decimal): -2079698 or 3032288. OLE color: 3032288.
HSL color Cylindrical-coordinate representation of color #E0442E: hue angle of 7.42º 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 #E0442E is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 68 | 46 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.12 |
| HSL | 7.42º | 0.74% | 0.53% | - |
| HSV(B) | 7.42º | 0.79% | 0.88% | - |
| XYZ | 33.3 | 20.18 | 4.72 | - |
| YUV | 112.14 | 90.68 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 68 | 46 | 0 | 0.70 | 0.79 | 0.12 | 7.42 | 0.74 | 0.53 |
| Hex | E0 | 44 | 2E | 0 | 46 | 4F | C | 7 | 4A | 35 |
| Octal | 340 | 104 | 56 | 0 | 106 | 117 | 14 | 7 | 112 | 65 |
| Binary | 11100000 | 1000100 | 101110 | 0 | 1000110 | 1001111 | 1100 | 111 | 1001010 | 110101 |
Color Harmonies of #E0442E
Complementary color
Monochromatic Colors of #E0442E
Black with #E0442E
Text Example
Text Example
White with #E0442E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0442E; }
p { color: rgb(224,68,46); }
H1.HeaderClassName
{
color: #E0442E;
}
.AnyTagClassName
{
color: #E0442E;
}
</style>
background-color css
<style>
a { background-color: #E0442E; }
a { background-color: rgb(224,68,46); }
div.DivClassName
{
background-color: #E0442E;
}
.BgClassName
{
background-color: #E0442E;
}
</style>
border-color css
<style>
span { border-color: #E0442E; }
span { border-color: rgb(224,68,46); }
td.TdClassName
{
border-color: #E0442E;
}
.TagClassName
{
border-color: #E0442E;
}
</style>