Shades of Cinnabar #E64824
Tints of Cinnabar #E64824
RGB
CMYK
RGB Variations
Color information
#E64824 (or 0xE64824) is known color: Cinnabar. HEX triplet: E6, 48 and 24. RGB value is (230,72,36). Sum of RGB (Red+Green+Blue) = 230+72+36=338 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.05% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 36 (14.45% from 255 or 10.65% from 338); Max value from RGB is 230 - color contains mainly: red. Hex color #E64824 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64824 is #19B7DB. Grayscale: #737373. Windows color (decimal): -1685468 or 2377958. OLE color: 2377958.
HSL color Cylindrical-coordinate representation of color #E64824: hue angle of 11.13º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E64824 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 72 | 36 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.10 |
| HSL | 11.13º | 0.8% | 0.52% | - |
| HSV(B) | 11.13º | 0.84% | 0.9% | - |
| XYZ | 35.27 | 21.59 | 3.98 | - |
| YUV | 115.14 | 83.35 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 72 | 36 | 0 | 0.69 | 0.84 | 0.10 | 11.13 | 0.8 | 0.52 |
| Hex | E6 | 48 | 24 | 0 | 45 | 54 | A | B | 50 | 34 |
| Octal | 346 | 110 | 44 | 0 | 105 | 124 | 12 | 13 | 120 | 64 |
| Binary | 11100110 | 1001000 | 100100 | 0 | 1000101 | 1010100 | 1010 | 1011 | 1010000 | 110100 |
Color Harmonies of #E64824
Complementary color
Monochromatic Colors of #E64824
Black with #E64824
Text Example
Text Example
White with #E64824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64824; }
p { color: rgb(230,72,36); }
H1.HeaderClassName
{
color: #E64824;
}
.AnyTagClassName
{
color: #E64824;
}
</style>
background-color css
<style>
a { background-color: #E64824; }
a { background-color: rgb(230,72,36); }
div.DivClassName
{
background-color: #E64824;
}
.BgClassName
{
background-color: #E64824;
}
</style>
border-color css
<style>
span { border-color: #E64824; }
span { border-color: rgb(230,72,36); }
td.TdClassName
{
border-color: #E64824;
}
.TagClassName
{
border-color: #E64824;
}
</style>