Shades of Cinnabar #E0332E
Tints of Cinnabar #E0332E
RGB
CMYK
RGB Variations
Color information
#E0332E (or 0xE0332E) is known color: Cinnabar. HEX triplet: E0, 33 and 2E. RGB value is (224,51,46). Sum of RGB (Red+Green+Blue) = 224+51+46=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E0332E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0332E is #1FCCD1. Grayscale: #666666. Windows color (decimal): -2084050 or 3027936. OLE color: 3027936.
HSL color Cylindrical-coordinate representation of color #E0332E: hue angle of 1.69º 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 #E0332E is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 51 | 46 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.12 |
| HSL | 1.69º | 0.74% | 0.53% | - |
| HSV(B) | 1.69º | 0.79% | 0.88% | - |
| XYZ | 32.42 | 18.41 | 4.43 | - |
| YUV | 102.16 | 96.31 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 51 | 46 | 0 | 0.77 | 0.79 | 0.12 | 1.69 | 0.74 | 0.53 |
| Hex | E0 | 33 | 2E | 0 | 4D | 4F | C | 2 | 4A | 35 |
| Octal | 340 | 63 | 56 | 0 | 115 | 117 | 14 | 2 | 112 | 65 |
| Binary | 11100000 | 110011 | 101110 | 0 | 1001101 | 1001111 | 1100 | 10 | 1001010 | 110101 |
Color Harmonies of #E0332E
Complementary color
Monochromatic Colors of #E0332E
Black with #E0332E
Text Example
Text Example
White with #E0332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0332E; }
p { color: rgb(224,51,46); }
H1.HeaderClassName
{
color: #E0332E;
}
.AnyTagClassName
{
color: #E0332E;
}
</style>
background-color css
<style>
a { background-color: #E0332E; }
a { background-color: rgb(224,51,46); }
div.DivClassName
{
background-color: #E0332E;
}
.BgClassName
{
background-color: #E0332E;
}
</style>
border-color css
<style>
span { border-color: #E0332E; }
span { border-color: rgb(224,51,46); }
td.TdClassName
{
border-color: #E0332E;
}
.TagClassName
{
border-color: #E0332E;
}
</style>