Shades of Cinnabar #E0342C
Tints of Cinnabar #E0342C
RGB
CMYK
RGB Variations
Color information
#E0342C (or 0xE0342C) is known color: Cinnabar. HEX triplet: E0, 34 and 2C. RGB value is (224,52,44). Sum of RGB (Red+Green+Blue) = 224+52+44=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E0342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0342C is #1FCBD3. Grayscale: #666666. Windows color (decimal): -2083796 or 2897120. OLE color: 2897120.
HSL color Cylindrical-coordinate representation of color #E0342C: hue angle of 2.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 #E0342C is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 52 | 44 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.12 |
| HSL | 2.67º | 0.74% | 0.53% | - |
| HSV(B) | 2.67º | 0.8% | 0.88% | - |
| XYZ | 32.42 | 18.49 | 4.24 | - |
| YUV | 102.52 | 94.98 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 52 | 44 | 0 | 0.77 | 0.80 | 0.12 | 2.67 | 0.74 | 0.53 |
| Hex | E0 | 34 | 2C | 0 | 4D | 50 | C | 3 | 4A | 35 |
| Octal | 340 | 64 | 54 | 0 | 115 | 120 | 14 | 3 | 112 | 65 |
| Binary | 11100000 | 110100 | 101100 | 0 | 1001101 | 1010000 | 1100 | 11 | 1001010 | 110101 |
Color Harmonies of #E0342C
Complementary color
Monochromatic Colors of #E0342C
Black with #E0342C
Text Example
Text Example
White with #E0342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0342C; }
p { color: rgb(224,52,44); }
H1.HeaderClassName
{
color: #E0342C;
}
.AnyTagClassName
{
color: #E0342C;
}
</style>
background-color css
<style>
a { background-color: #E0342C; }
a { background-color: rgb(224,52,44); }
div.DivClassName
{
background-color: #E0342C;
}
.BgClassName
{
background-color: #E0342C;
}
</style>
border-color css
<style>
span { border-color: #E0342C; }
span { border-color: rgb(224,52,44); }
td.TdClassName
{
border-color: #E0342C;
}
.TagClassName
{
border-color: #E0342C;
}
</style>