Shades of Cinnabar #E03329
Tints of Cinnabar #E03329
RGB
CMYK
RGB Variations
Color information
#E03329 (or 0xE03329) is known color: Cinnabar. HEX triplet: E0, 33 and 29. RGB value is (224,51,41). Sum of RGB (Red+Green+Blue) = 224+51+41=316 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.89% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 224 - color contains mainly: red. Hex color #E03329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03329 is #1FCCD6. Grayscale: #656565. Windows color (decimal): -2084055 or 2700256. OLE color: 2700256.
HSL color Cylindrical-coordinate representation of color #E03329: hue angle of 3.28º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E03329 is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 51 | 41 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.12 |
| HSL | 3.28º | 0.75% | 0.52% | - |
| HSV(B) | 3.28º | 0.82% | 0.88% | - |
| XYZ | 32.32 | 18.38 | 3.94 | - |
| YUV | 101.59 | 93.81 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 51 | 41 | 0 | 0.77 | 0.82 | 0.12 | 3.28 | 0.75 | 0.52 |
| Hex | E0 | 33 | 29 | 0 | 4D | 52 | C | 3 | 4B | 34 |
| Octal | 340 | 63 | 51 | 0 | 115 | 122 | 14 | 3 | 113 | 64 |
| Binary | 11100000 | 110011 | 101001 | 0 | 1001101 | 1010010 | 1100 | 11 | 1001011 | 110100 |
Color Harmonies of #E03329
Complementary color
Monochromatic Colors of #E03329
Black with #E03329
Text Example
Text Example
White with #E03329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03329; }
p { color: rgb(224,51,41); }
H1.HeaderClassName
{
color: #E03329;
}
.AnyTagClassName
{
color: #E03329;
}
</style>
background-color css
<style>
a { background-color: #E03329; }
a { background-color: rgb(224,51,41); }
div.DivClassName
{
background-color: #E03329;
}
.BgClassName
{
background-color: #E03329;
}
</style>
border-color css
<style>
span { border-color: #E03329; }
span { border-color: rgb(224,51,41); }
td.TdClassName
{
border-color: #E03329;
}
.TagClassName
{
border-color: #E03329;
}
</style>