Shades of Cinnabar #E64422
Tints of Cinnabar #E64422
RGB
CMYK
RGB Variations
Color information
#E64422 (or 0xE64422) is known color: Cinnabar. HEX triplet: E6, 44 and 22. RGB value is (230,68,34). Sum of RGB (Red+Green+Blue) = 230+68+34=332 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.28% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 34 (13.67% from 255 or 10.24% from 332); Max value from RGB is 230 - color contains mainly: red. Hex color #E64422 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64422 is #19BBDD. Grayscale: #707070. Windows color (decimal): -1686494 or 2245862. OLE color: 2245862.
HSL color Cylindrical-coordinate representation of color #E64422: hue angle of 10.41º 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 #E64422 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 68 | 34 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.10 |
| HSL | 10.41º | 0.8% | 0.52% | - |
| HSV(B) | 10.41º | 0.85% | 0.9% | - |
| XYZ | 34.99 | 21.07 | 3.74 | - |
| YUV | 112.56 | 83.67 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 68 | 34 | 0 | 0.70 | 0.85 | 0.10 | 10.41 | 0.8 | 0.52 |
| Hex | E6 | 44 | 22 | 0 | 46 | 55 | A | A | 50 | 34 |
| Octal | 346 | 104 | 42 | 0 | 106 | 125 | 12 | 12 | 120 | 64 |
| Binary | 11100110 | 1000100 | 100010 | 0 | 1000110 | 1010101 | 1010 | 1010 | 1010000 | 110100 |
Color Harmonies of #E64422
Complementary color
Monochromatic Colors of #E64422
Black with #E64422
Text Example
Text Example
White with #E64422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64422; }
p { color: rgb(230,68,34); }
H1.HeaderClassName
{
color: #E64422;
}
.AnyTagClassName
{
color: #E64422;
}
</style>
background-color css
<style>
a { background-color: #E64422; }
a { background-color: rgb(230,68,34); }
div.DivClassName
{
background-color: #E64422;
}
.BgClassName
{
background-color: #E64422;
}
</style>
border-color css
<style>
span { border-color: #E64422; }
span { border-color: rgb(230,68,34); }
td.TdClassName
{
border-color: #E64422;
}
.TagClassName
{
border-color: #E64422;
}
</style>