Shades of Cinnabar #E04832
Tints of Cinnabar #E04832
RGB
CMYK
RGB Variations
Color information
#E04832 (or 0xE04832) is known color: Cinnabar. HEX triplet: E0, 48 and 32. RGB value is (224,72,50). Sum of RGB (Red+Green+Blue) = 224+72+50=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E04832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04832 is #1FB7CD. Grayscale: #737373. Windows color (decimal): -2078670 or 3295456. OLE color: 3295456.
HSL color Cylindrical-coordinate representation of color #E04832: hue angle of 7.59º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E04832 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 50 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.12 |
| HSL | 7.59º | 0.74% | 0.54% | - |
| HSV(B) | 7.59º | 0.78% | 0.88% | - |
| XYZ | 33.63 | 20.71 | 5.24 | - |
| YUV | 114.94 | 91.36 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 50 | 0 | 0.68 | 0.78 | 0.12 | 7.59 | 0.74 | 0.54 |
| Hex | E0 | 48 | 32 | 0 | 44 | 4E | C | 8 | 4A | 36 |
| Octal | 340 | 110 | 62 | 0 | 104 | 116 | 14 | 10 | 112 | 66 |
| Binary | 11100000 | 1001000 | 110010 | 0 | 1000100 | 1001110 | 1100 | 1000 | 1001010 | 110110 |
Color Harmonies of #E04832
Complementary color
Monochromatic Colors of #E04832
Black with #E04832
Text Example
Text Example
White with #E04832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04832; }
p { color: rgb(224,72,50); }
H1.HeaderClassName
{
color: #E04832;
}
.AnyTagClassName
{
color: #E04832;
}
</style>
background-color css
<style>
a { background-color: #E04832; }
a { background-color: rgb(224,72,50); }
div.DivClassName
{
background-color: #E04832;
}
.BgClassName
{
background-color: #E04832;
}
</style>
border-color css
<style>
span { border-color: #E04832; }
span { border-color: rgb(224,72,50); }
td.TdClassName
{
border-color: #E04832;
}
.TagClassName
{
border-color: #E04832;
}
</style>