Shades of Cinnabar #E03634
Tints of Cinnabar #E03634
RGB
CMYK
RGB Variations
Color information
#E03634 (or 0xE03634) is known color: Cinnabar. HEX triplet: E0, 36 and 34. RGB value is (224,54,52). Sum of RGB (Red+Green+Blue) = 224+54+52=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E03634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03634 is #1FC9CB. Grayscale: #686868. Windows color (decimal): -2083276 or 3421920. OLE color: 3421920.
HSL color Cylindrical-coordinate representation of color #E03634: hue angle of 0.7º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E03634 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 54 | 52 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.12 |
| HSL | 0.7º | 0.74% | 0.54% | - |
| HSV(B) | 0.7º | 0.77% | 0.88% | - |
| XYZ | 32.68 | 18.73 | 5.14 | - |
| YUV | 104.6 | 98.32 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 54 | 52 | 0 | 0.76 | 0.77 | 0.12 | 0.7 | 0.74 | 0.54 |
| Hex | E0 | 36 | 34 | 0 | 4C | 4D | C | 1 | 4A | 36 |
| Octal | 340 | 66 | 64 | 0 | 114 | 115 | 14 | 1 | 112 | 66 |
| Binary | 11100000 | 110110 | 110100 | 0 | 1001100 | 1001101 | 1100 | 1 | 1001010 | 110110 |
Color Harmonies of #E03634
Complementary color
Monochromatic Colors of #E03634
Black with #E03634
Text Example
Text Example
White with #E03634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03634; }
p { color: rgb(224,54,52); }
H1.HeaderClassName
{
color: #E03634;
}
.AnyTagClassName
{
color: #E03634;
}
</style>
background-color css
<style>
a { background-color: #E03634; }
a { background-color: rgb(224,54,52); }
div.DivClassName
{
background-color: #E03634;
}
.BgClassName
{
background-color: #E03634;
}
</style>
border-color css
<style>
span { border-color: #E03634; }
span { border-color: rgb(224,54,52); }
td.TdClassName
{
border-color: #E03634;
}
.TagClassName
{
border-color: #E03634;
}
</style>