Shades of Cinnabar #E64417
Tints of Cinnabar #E64417
RGB
CMYK
RGB Variations
Color information
#E64417 (or 0xE64417) is known color: Cinnabar. HEX triplet: E6, 44 and 17. RGB value is (230,68,23). Sum of RGB (Red+Green+Blue) = 230+68+23=321 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.65% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 230 - color contains mainly: red. Hex color #E64417 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64417 is #19BBE8. Grayscale: #6F6F6F. Windows color (decimal): -1686505 or 1524966. OLE color: 1524966.
HSL color Cylindrical-coordinate representation of color #E64417: hue angle of 13.04º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E64417 is Cyan = 0, Magento = 0.70, Yellow = 0.9 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 68 | 23 | - |
| CMYK | 0 | 0.70 | 0.9 | 0.10 |
| HSL | 13.04º | 0.82% | 0.5% | - |
| HSV(B) | 13.04º | 0.9% | 0.9% | - |
| XYZ | 34.85 | 21.02 | 3.03 | - |
| YUV | 111.31 | 78.17 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 68 | 23 | 0 | 0.70 | 0.9 | 0.10 | 13.04 | 0.82 | 0.5 |
| Hex | E6 | 44 | 17 | 0 | 46 | 5A | A | D | 52 | 32 |
| Octal | 346 | 104 | 27 | 0 | 106 | 132 | 12 | 15 | 122 | 62 |
| Binary | 11100110 | 1000100 | 10111 | 0 | 1000110 | 1011010 | 1010 | 1101 | 1010010 | 110010 |
Color Harmonies of #E64417
Complementary color
Monochromatic Colors of #E64417
Black with #E64417
Text Example
Text Example
White with #E64417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64417; }
p { color: rgb(230,68,23); }
H1.HeaderClassName
{
color: #E64417;
}
.AnyTagClassName
{
color: #E64417;
}
</style>
background-color css
<style>
a { background-color: #E64417; }
a { background-color: rgb(230,68,23); }
div.DivClassName
{
background-color: #E64417;
}
.BgClassName
{
background-color: #E64417;
}
</style>
border-color css
<style>
span { border-color: #E64417; }
span { border-color: rgb(230,68,23); }
td.TdClassName
{
border-color: #E64417;
}
.TagClassName
{
border-color: #E64417;
}
</style>