Shades of Cinnabar #E03824
Tints of Cinnabar #E03824
RGB
CMYK
RGB Variations
Color information
#E03824 (or 0xE03824) is known color: Cinnabar. HEX triplet: E0, 38 and 24. RGB value is (224,56,36). Sum of RGB (Red+Green+Blue) = 224+56+36=316 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.89% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 224 - color contains mainly: red. Hex color #E03824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03824 is #1FC7DB. Grayscale: #686868. Windows color (decimal): -2082780 or 2373856. OLE color: 2373856.
HSL color Cylindrical-coordinate representation of color #E03824: hue angle of 6.38º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E03824 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 56 | 36 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.12 |
| HSL | 6.38º | 0.75% | 0.51% | - |
| HSV(B) | 6.38º | 0.84% | 0.88% | - |
| XYZ | 32.47 | 18.8 | 3.59 | - |
| YUV | 103.95 | 89.66 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 56 | 36 | 0 | 0.75 | 0.84 | 0.12 | 6.38 | 0.75 | 0.51 |
| Hex | E0 | 38 | 24 | 0 | 4B | 54 | C | 6 | 4B | 33 |
| Octal | 340 | 70 | 44 | 0 | 113 | 124 | 14 | 6 | 113 | 63 |
| Binary | 11100000 | 111000 | 100100 | 0 | 1001011 | 1010100 | 1100 | 110 | 1001011 | 110011 |
Color Harmonies of #E03824
Complementary color
Monochromatic Colors of #E03824
Black with #E03824
Text Example
Text Example
White with #E03824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03824; }
p { color: rgb(224,56,36); }
H1.HeaderClassName
{
color: #E03824;
}
.AnyTagClassName
{
color: #E03824;
}
</style>
background-color css
<style>
a { background-color: #E03824; }
a { background-color: rgb(224,56,36); }
div.DivClassName
{
background-color: #E03824;
}
.BgClassName
{
background-color: #E03824;
}
</style>
border-color css
<style>
span { border-color: #E03824; }
span { border-color: rgb(224,56,36); }
td.TdClassName
{
border-color: #E03824;
}
.TagClassName
{
border-color: #E03824;
}
</style>