Shades of Cinnabar #E64023
Tints of Cinnabar #E64023
RGB
CMYK
RGB Variations
Color information
#E64023 (or 0xE64023) is known color: Cinnabar. HEX triplet: E6, 40 and 23. RGB value is (230,64,35). Sum of RGB (Red+Green+Blue) = 230+64+35=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E64023 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64023 is #19BFDC. Grayscale: #6E6E6E. Windows color (decimal): -1687517 or 2310374. OLE color: 2310374.
HSL color Cylindrical-coordinate representation of color #E64023: hue angle of 8.92º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E64023 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 64 | 35 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.10 |
| HSL | 8.92º | 0.8% | 0.52% | - |
| HSV(B) | 8.92º | 0.85% | 0.9% | - |
| XYZ | 34.77 | 20.61 | 3.74 | - |
| YUV | 110.33 | 85.5 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 64 | 35 | 0 | 0.72 | 0.85 | 0.10 | 8.92 | 0.8 | 0.52 |
| Hex | E6 | 40 | 23 | 0 | 48 | 55 | A | 9 | 50 | 34 |
| Octal | 346 | 100 | 43 | 0 | 110 | 125 | 12 | 11 | 120 | 64 |
| Binary | 11100110 | 1000000 | 100011 | 0 | 1001000 | 1010101 | 1010 | 1001 | 1010000 | 110100 |
Color Harmonies of #E64023
Complementary color
Monochromatic Colors of #E64023
Black with #E64023
Text Example
Text Example
White with #E64023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64023; }
p { color: rgb(230,64,35); }
H1.HeaderClassName
{
color: #E64023;
}
.AnyTagClassName
{
color: #E64023;
}
</style>
background-color css
<style>
a { background-color: #E64023; }
a { background-color: rgb(230,64,35); }
div.DivClassName
{
background-color: #E64023;
}
.BgClassName
{
background-color: #E64023;
}
</style>
border-color css
<style>
span { border-color: #E64023; }
span { border-color: rgb(230,64,35); }
td.TdClassName
{
border-color: #E64023;
}
.TagClassName
{
border-color: #E64023;
}
</style>