Shades of Cinnabar #E64722
Tints of Cinnabar #E64722
RGB
CMYK
RGB Variations
Color information
#E64722 (or 0xE64722) is known color: Cinnabar. HEX triplet: E6, 47 and 22. RGB value is (230,71,34). Sum of RGB (Red+Green+Blue) = 230+71+34=335 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.66% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 230 - color contains mainly: red. Hex color #E64722 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64722 is #19B8DD. Grayscale: #727272. Windows color (decimal): -1685726 or 2246630. OLE color: 2246630.
HSL color Cylindrical-coordinate representation of color #E64722: hue angle of 11.33º 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 #E64722 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 71 | 34 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.10 |
| HSL | 11.33º | 0.8% | 0.52% | - |
| HSV(B) | 11.33º | 0.85% | 0.9% | - |
| XYZ | 35.18 | 21.44 | 3.8 | - |
| YUV | 114.32 | 82.68 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 71 | 34 | 0 | 0.69 | 0.85 | 0.10 | 11.33 | 0.8 | 0.52 |
| Hex | E6 | 47 | 22 | 0 | 45 | 55 | A | B | 50 | 34 |
| Octal | 346 | 107 | 42 | 0 | 105 | 125 | 12 | 13 | 120 | 64 |
| Binary | 11100110 | 1000111 | 100010 | 0 | 1000101 | 1010101 | 1010 | 1011 | 1010000 | 110100 |
Color Harmonies of #E64722
Complementary color
Monochromatic Colors of #E64722
Black with #E64722
Text Example
Text Example
White with #E64722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64722; }
p { color: rgb(230,71,34); }
H1.HeaderClassName
{
color: #E64722;
}
.AnyTagClassName
{
color: #E64722;
}
</style>
background-color css
<style>
a { background-color: #E64722; }
a { background-color: rgb(230,71,34); }
div.DivClassName
{
background-color: #E64722;
}
.BgClassName
{
background-color: #E64722;
}
</style>
border-color css
<style>
span { border-color: #E64722; }
span { border-color: rgb(230,71,34); }
td.TdClassName
{
border-color: #E64722;
}
.TagClassName
{
border-color: #E64722;
}
</style>