Shades of Cinnabar #E0372C
Tints of Cinnabar #E0372C
RGB
CMYK
RGB Variations
Color information
#E0372C (or 0xE0372C) is known color: Cinnabar. HEX triplet: E0, 37 and 2C. RGB value is (224,55,44). Sum of RGB (Red+Green+Blue) = 224+55+44=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E0372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0372C is #1FC8D3. Grayscale: #686868. Windows color (decimal): -2083028 or 2897888. OLE color: 2897888.
HSL color Cylindrical-coordinate representation of color #E0372C: hue angle of 3.67º 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 #E0372C is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 55 | 44 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.12 |
| HSL | 3.67º | 0.74% | 0.53% | - |
| HSV(B) | 3.67º | 0.8% | 0.88% | - |
| XYZ | 32.56 | 18.76 | 4.29 | - |
| YUV | 104.28 | 93.99 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 55 | 44 | 0 | 0.75 | 0.80 | 0.12 | 3.67 | 0.74 | 0.53 |
| Hex | E0 | 37 | 2C | 0 | 4B | 50 | C | 4 | 4A | 35 |
| Octal | 340 | 67 | 54 | 0 | 113 | 120 | 14 | 4 | 112 | 65 |
| Binary | 11100000 | 110111 | 101100 | 0 | 1001011 | 1010000 | 1100 | 100 | 1001010 | 110101 |
Color Harmonies of #E0372C
Complementary color
Monochromatic Colors of #E0372C
Black with #E0372C
Text Example
Text Example
White with #E0372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0372C; }
p { color: rgb(224,55,44); }
H1.HeaderClassName
{
color: #E0372C;
}
.AnyTagClassName
{
color: #E0372C;
}
</style>
background-color css
<style>
a { background-color: #E0372C; }
a { background-color: rgb(224,55,44); }
div.DivClassName
{
background-color: #E0372C;
}
.BgClassName
{
background-color: #E0372C;
}
</style>
border-color css
<style>
span { border-color: #E0372C; }
span { border-color: rgb(224,55,44); }
td.TdClassName
{
border-color: #E0372C;
}
.TagClassName
{
border-color: #E0372C;
}
</style>