Shades of Cinnabar #E64324
Tints of Cinnabar #E64324
RGB
CMYK
RGB Variations
Color information
#E64324 (or 0xE64324) is known color: Cinnabar. HEX triplet: E6, 43 and 24. RGB value is (230,67,36). Sum of RGB (Red+Green+Blue) = 230+67+36=333 (44% of max value = 765). Red value is 230 (90.23% from 255 or 69.07% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 230 - color contains mainly: red. Hex color #E64324 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64324 is #19BCDB. Grayscale: #707070. Windows color (decimal): -1686748 or 2376678. OLE color: 2376678.
HSL color Cylindrical-coordinate representation of color #E64324: hue angle of 9.59º 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 #E64324 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 67 | 36 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.10 |
| HSL | 9.59º | 0.8% | 0.52% | - |
| HSV(B) | 9.59º | 0.84% | 0.9% | - |
| XYZ | 34.96 | 20.96 | 3.87 | - |
| YUV | 112.2 | 85 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 67 | 36 | 0 | 0.71 | 0.84 | 0.10 | 9.59 | 0.8 | 0.52 |
| Hex | E6 | 43 | 24 | 0 | 47 | 54 | A | A | 50 | 34 |
| Octal | 346 | 103 | 44 | 0 | 107 | 124 | 12 | 12 | 120 | 64 |
| Binary | 11100110 | 1000011 | 100100 | 0 | 1000111 | 1010100 | 1010 | 1010 | 1010000 | 110100 |
Color Harmonies of #E64324
Complementary color
Monochromatic Colors of #E64324
Black with #E64324
Text Example
Text Example
White with #E64324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64324; }
p { color: rgb(230,67,36); }
H1.HeaderClassName
{
color: #E64324;
}
.AnyTagClassName
{
color: #E64324;
}
</style>
background-color css
<style>
a { background-color: #E64324; }
a { background-color: rgb(230,67,36); }
div.DivClassName
{
background-color: #E64324;
}
.BgClassName
{
background-color: #E64324;
}
</style>
border-color css
<style>
span { border-color: #E64324; }
span { border-color: rgb(230,67,36); }
td.TdClassName
{
border-color: #E64324;
}
.TagClassName
{
border-color: #E64324;
}
</style>