Shades of Cinnabar #E0322E
Tints of Cinnabar #E0322E
RGB
CMYK
RGB Variations
Color information
#E0322E (or 0xE0322E) is known color: Cinnabar. HEX triplet: E0, 32 and 2E. RGB value is (224,50,46). Sum of RGB (Red+Green+Blue) = 224+50+46=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E0322E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0322E is #1FCDD1. Grayscale: #656565. Windows color (decimal): -2084306 or 3027680. OLE color: 3027680.
HSL color Cylindrical-coordinate representation of color #E0322E: hue angle of 1.35º 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 #E0322E is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 46 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.12 |
| HSL | 1.35º | 0.74% | 0.53% | - |
| HSV(B) | 1.35º | 0.79% | 0.88% | - |
| XYZ | 32.37 | 18.33 | 4.42 | - |
| YUV | 101.57 | 96.65 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 46 | 0 | 0.78 | 0.79 | 0.12 | 1.35 | 0.74 | 0.53 |
| Hex | E0 | 32 | 2E | 0 | 4E | 4F | C | 1 | 4A | 35 |
| Octal | 340 | 62 | 56 | 0 | 116 | 117 | 14 | 1 | 112 | 65 |
| Binary | 11100000 | 110010 | 101110 | 0 | 1001110 | 1001111 | 1100 | 1 | 1001010 | 110101 |
Color Harmonies of #E0322E
Complementary color
Monochromatic Colors of #E0322E
Black with #E0322E
Text Example
Text Example
White with #E0322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0322E; }
p { color: rgb(224,50,46); }
H1.HeaderClassName
{
color: #E0322E;
}
.AnyTagClassName
{
color: #E0322E;
}
</style>
background-color css
<style>
a { background-color: #E0322E; }
a { background-color: rgb(224,50,46); }
div.DivClassName
{
background-color: #E0322E;
}
.BgClassName
{
background-color: #E0322E;
}
</style>
border-color css
<style>
span { border-color: #E0322E; }
span { border-color: rgb(224,50,46); }
td.TdClassName
{
border-color: #E0322E;
}
.TagClassName
{
border-color: #E0322E;
}
</style>