Shades of Cinnabar #E0462D
Tints of Cinnabar #E0462D
RGB
CMYK
RGB Variations
Color information
#E0462D (or 0xE0462D) is known color: Cinnabar. HEX triplet: E0, 46 and 2D. RGB value is (224,70,45). Sum of RGB (Red+Green+Blue) = 224+70+45=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E0462D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0462D is #1FB9D2. Grayscale: #717171. Windows color (decimal): -2079187 or 2967264. OLE color: 2967264.
HSL color Cylindrical-coordinate representation of color #E0462D: hue angle of 8.38º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0462D is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 45 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.12 |
| HSL | 8.38º | 0.74% | 0.53% | - |
| HSV(B) | 8.38º | 0.8% | 0.88% | - |
| XYZ | 33.4 | 20.42 | 4.66 | - |
| YUV | 113.2 | 89.52 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 45 | 0 | 0.69 | 0.80 | 0.12 | 8.38 | 0.74 | 0.53 |
| Hex | E0 | 46 | 2D | 0 | 45 | 50 | C | 8 | 4A | 35 |
| Octal | 340 | 106 | 55 | 0 | 105 | 120 | 14 | 10 | 112 | 65 |
| Binary | 11100000 | 1000110 | 101101 | 0 | 1000101 | 1010000 | 1100 | 1000 | 1001010 | 110101 |
Color Harmonies of #E0462D
Complementary color
Monochromatic Colors of #E0462D
Black with #E0462D
Text Example
Text Example
White with #E0462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0462D; }
p { color: rgb(224,70,45); }
H1.HeaderClassName
{
color: #E0462D;
}
.AnyTagClassName
{
color: #E0462D;
}
</style>
background-color css
<style>
a { background-color: #E0462D; }
a { background-color: rgb(224,70,45); }
div.DivClassName
{
background-color: #E0462D;
}
.BgClassName
{
background-color: #E0462D;
}
</style>
border-color css
<style>
span { border-color: #E0462D; }
span { border-color: rgb(224,70,45); }
td.TdClassName
{
border-color: #E0462D;
}
.TagClassName
{
border-color: #E0462D;
}
</style>