Shades of Cinnabar #E64622
Tints of Cinnabar #E64622
RGB
CMYK
RGB Variations
Color information
#E64622 (or 0xE64622) is known color: Cinnabar. HEX triplet: E6, 46 and 22. RGB value is (230,70,34). Sum of RGB (Red+Green+Blue) = 230+70+34=334 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.86% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 230 - color contains mainly: red. Hex color #E64622 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64622 is #19B9DD. Grayscale: #727272. Windows color (decimal): -1685982 or 2246374. OLE color: 2246374.
HSL color Cylindrical-coordinate representation of color #E64622: hue angle of 11.02º 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 #E64622 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 70 | 34 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.10 |
| HSL | 11.02º | 0.8% | 0.52% | - |
| HSV(B) | 11.02º | 0.85% | 0.9% | - |
| XYZ | 35.11 | 21.32 | 3.78 | - |
| YUV | 113.74 | 83.01 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 34 | 0 | 0.70 | 0.85 | 0.10 | 11.02 | 0.8 | 0.52 |
| Hex | E6 | 46 | 22 | 0 | 46 | 55 | A | B | 50 | 34 |
| Octal | 346 | 106 | 42 | 0 | 106 | 125 | 12 | 13 | 120 | 64 |
| Binary | 11100110 | 1000110 | 100010 | 0 | 1000110 | 1010101 | 1010 | 1011 | 1010000 | 110100 |
Color Harmonies of #E64622
Complementary color
Monochromatic Colors of #E64622
Black with #E64622
Text Example
Text Example
White with #E64622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64622; }
p { color: rgb(230,70,34); }
H1.HeaderClassName
{
color: #E64622;
}
.AnyTagClassName
{
color: #E64622;
}
</style>
background-color css
<style>
a { background-color: #E64622; }
a { background-color: rgb(230,70,34); }
div.DivClassName
{
background-color: #E64622;
}
.BgClassName
{
background-color: #E64622;
}
</style>
border-color css
<style>
span { border-color: #E64622; }
span { border-color: rgb(230,70,34); }
td.TdClassName
{
border-color: #E64622;
}
.TagClassName
{
border-color: #E64622;
}
</style>