Shades of Orange Red #E64012
Tints of Orange Red #E64012
RGB
CMYK
RGB Variations
Color information
#E64012 (or 0xE64012) is known color: Orange Red. HEX triplet: E6, 40 and 12. RGB value is (230,64,18). Sum of RGB (Red+Green+Blue) = 230+64+18=312 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.72% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 230 - color contains mainly: red. Hex color #E64012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64012 is #19BFED. Grayscale: #6C6C6C. Windows color (decimal): -1687534 or 1196262. OLE color: 1196262.
HSL color Cylindrical-coordinate representation of color #E64012: hue angle of 13.02º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E64012 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 64 | 18 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.10 |
| HSL | 13.02º | 0.85% | 0.49% | - |
| HSV(B) | 13.02º | 0.92% | 0.9% | - |
| XYZ | 34.58 | 20.53 | 2.71 | - |
| YUV | 108.39 | 77 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 64 | 18 | 0 | 0.72 | 0.92 | 0.10 | 13.02 | 0.85 | 0.49 |
| Hex | E6 | 40 | 12 | 0 | 48 | 5C | A | D | 55 | 31 |
| Octal | 346 | 100 | 22 | 0 | 110 | 134 | 12 | 15 | 125 | 61 |
| Binary | 11100110 | 1000000 | 10010 | 0 | 1001000 | 1011100 | 1010 | 1101 | 1010101 | 110001 |
Color Harmonies of #E64012
Complementary color
Monochromatic Colors of #E64012
Black with #E64012
Text Example
Text Example
White with #E64012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64012; }
p { color: rgb(230,64,18); }
H1.HeaderClassName
{
color: #E64012;
}
.AnyTagClassName
{
color: #E64012;
}
</style>
background-color css
<style>
a { background-color: #E64012; }
a { background-color: rgb(230,64,18); }
div.DivClassName
{
background-color: #E64012;
}
.BgClassName
{
background-color: #E64012;
}
</style>
border-color css
<style>
span { border-color: #E64012; }
span { border-color: rgb(230,64,18); }
td.TdClassName
{
border-color: #E64012;
}
.TagClassName
{
border-color: #E64012;
}
</style>