Shades of Cinnabar #E64A20
Tints of Cinnabar #E64A20
RGB
CMYK
RGB Variations
Color information
#E64A20 (or 0xE64A20) is known color: Cinnabar. HEX triplet: E6, 4A and 20. RGB value is (230,74,32). Sum of RGB (Red+Green+Blue) = 230+74+32=336 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.45% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64A20 is #19B5DF. Grayscale: #747474. Windows color (decimal): -1684960 or 2116326. OLE color: 2116326.
HSL color Cylindrical-coordinate representation of color #E64A20: hue angle of 12.73º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E64A20 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 32 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.10 |
| HSL | 12.73º | 0.8% | 0.51% | - |
| HSV(B) | 12.73º | 0.86% | 0.9% | - |
| XYZ | 35.34 | 21.82 | 3.72 | - |
| YUV | 115.86 | 80.68 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 32 | 0 | 0.68 | 0.86 | 0.10 | 12.73 | 0.8 | 0.51 |
| Hex | E6 | 4A | 20 | 0 | 44 | 56 | A | D | 50 | 33 |
| Octal | 346 | 112 | 40 | 0 | 104 | 126 | 12 | 15 | 120 | 63 |
| Binary | 11100110 | 1001010 | 100000 | 0 | 1000100 | 1010110 | 1010 | 1101 | 1010000 | 110011 |
Color Harmonies of #E64A20
Complementary color
Monochromatic Colors of #E64A20
Black with #E64A20
Text Example
Text Example
White with #E64A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64A20; }
p { color: rgb(230,74,32); }
H1.HeaderClassName
{
color: #E64A20;
}
.AnyTagClassName
{
color: #E64A20;
}
</style>
background-color css
<style>
a { background-color: #E64A20; }
a { background-color: rgb(230,74,32); }
div.DivClassName
{
background-color: #E64A20;
}
.BgClassName
{
background-color: #E64A20;
}
</style>
border-color css
<style>
span { border-color: #E64A20; }
span { border-color: rgb(230,74,32); }
td.TdClassName
{
border-color: #E64A20;
}
.TagClassName
{
border-color: #E64A20;
}
</style>