Shades of Cinnabar #E0462A
Tints of Cinnabar #E0462A
RGB
CMYK
RGB Variations
Color information
#E0462A (or 0xE0462A) is known color: Cinnabar. HEX triplet: E0, 46 and 2A. RGB value is (224,70,42). Sum of RGB (Red+Green+Blue) = 224+70+42=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E0462A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0462A is #1FB9D5. Grayscale: #717171. Windows color (decimal): -2079190 or 2770656. OLE color: 2770656.
HSL color Cylindrical-coordinate representation of color #E0462A: hue angle of 9.23º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0462A is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 42 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.12 |
| HSL | 9.23º | 0.75% | 0.52% | - |
| HSV(B) | 9.23º | 0.81% | 0.88% | - |
| XYZ | 33.35 | 20.39 | 4.37 | - |
| YUV | 112.85 | 88.02 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 42 | 0 | 0.69 | 0.81 | 0.12 | 9.23 | 0.75 | 0.52 |
| Hex | E0 | 46 | 2A | 0 | 45 | 51 | C | 9 | 4B | 34 |
| Octal | 340 | 106 | 52 | 0 | 105 | 121 | 14 | 11 | 113 | 64 |
| Binary | 11100000 | 1000110 | 101010 | 0 | 1000101 | 1010001 | 1100 | 1001 | 1001011 | 110100 |
Color Harmonies of #E0462A
Complementary color
Monochromatic Colors of #E0462A
Black with #E0462A
Text Example
Text Example
White with #E0462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0462A; }
p { color: rgb(224,70,42); }
H1.HeaderClassName
{
color: #E0462A;
}
.AnyTagClassName
{
color: #E0462A;
}
</style>
background-color css
<style>
a { background-color: #E0462A; }
a { background-color: rgb(224,70,42); }
div.DivClassName
{
background-color: #E0462A;
}
.BgClassName
{
background-color: #E0462A;
}
</style>
border-color css
<style>
span { border-color: #E0462A; }
span { border-color: rgb(224,70,42); }
td.TdClassName
{
border-color: #E0462A;
}
.TagClassName
{
border-color: #E0462A;
}
</style>