Shades of Cinnabar #E0322A
Tints of Cinnabar #E0322A
RGB
CMYK
RGB Variations
Color information
#E0322A (or 0xE0322A) is known color: Cinnabar. HEX triplet: E0, 32 and 2A. RGB value is (224,50,42). Sum of RGB (Red+Green+Blue) = 224+50+42=316 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.89% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 224 - color contains mainly: red. Hex color #E0322A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0322A is #1FCDD5. Grayscale: #656565. Windows color (decimal): -2084310 or 2765536. OLE color: 2765536.
HSL color Cylindrical-coordinate representation of color #E0322A: hue angle of 2.64º 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 #E0322A is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 42 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.12 |
| HSL | 2.64º | 0.75% | 0.52% | - |
| HSV(B) | 2.64º | 0.81% | 0.88% | - |
| XYZ | 32.3 | 18.3 | 4.02 | - |
| YUV | 101.11 | 94.65 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 42 | 0 | 0.78 | 0.81 | 0.12 | 2.64 | 0.75 | 0.52 |
| Hex | E0 | 32 | 2A | 0 | 4E | 51 | C | 3 | 4B | 34 |
| Octal | 340 | 62 | 52 | 0 | 116 | 121 | 14 | 3 | 113 | 64 |
| Binary | 11100000 | 110010 | 101010 | 0 | 1001110 | 1010001 | 1100 | 11 | 1001011 | 110100 |
Color Harmonies of #E0322A
Complementary color
Monochromatic Colors of #E0322A
Black with #E0322A
Text Example
Text Example
White with #E0322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0322A; }
p { color: rgb(224,50,42); }
H1.HeaderClassName
{
color: #E0322A;
}
.AnyTagClassName
{
color: #E0322A;
}
</style>
background-color css
<style>
a { background-color: #E0322A; }
a { background-color: rgb(224,50,42); }
div.DivClassName
{
background-color: #E0322A;
}
.BgClassName
{
background-color: #E0322A;
}
</style>
border-color css
<style>
span { border-color: #E0322A; }
span { border-color: rgb(224,50,42); }
td.TdClassName
{
border-color: #E0322A;
}
.TagClassName
{
border-color: #E0322A;
}
</style>