Shades of Orange Red #E64111
Tints of Orange Red #E64111
RGB
CMYK
RGB Variations
Color information
#E64111 (or 0xE64111) is known color: Orange Red. HEX triplet: E6, 41 and 11. RGB value is (230,65,17). Sum of RGB (Red+Green+Blue) = 230+65+17=312 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.72% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 230 - color contains mainly: red. Hex color #E64111 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64111 is #19BEEE. Grayscale: #6D6D6D. Windows color (decimal): -1687279 or 1130982. OLE color: 1130982.
HSL color Cylindrical-coordinate representation of color #E64111: hue angle of 13.52º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E64111 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 65 | 17 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.10 |
| HSL | 13.52º | 0.86% | 0.48% | - |
| HSV(B) | 13.52º | 0.93% | 0.9% | - |
| XYZ | 34.62 | 20.64 | 2.69 | - |
| YUV | 108.86 | 76.16 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 17 | 0 | 0.72 | 0.93 | 0.10 | 13.52 | 0.86 | 0.48 |
| Hex | E6 | 41 | 11 | 0 | 48 | 5D | A | E | 56 | 30 |
| Octal | 346 | 101 | 21 | 0 | 110 | 135 | 12 | 16 | 126 | 60 |
| Binary | 11100110 | 1000001 | 10001 | 0 | 1001000 | 1011101 | 1010 | 1110 | 1010110 | 110000 |
Color Harmonies of #E64111
Complementary color
Monochromatic Colors of #E64111
Black with #E64111
Text Example
Text Example
White with #E64111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64111; }
p { color: rgb(230,65,17); }
H1.HeaderClassName
{
color: #E64111;
}
.AnyTagClassName
{
color: #E64111;
}
</style>
background-color css
<style>
a { background-color: #E64111; }
a { background-color: rgb(230,65,17); }
div.DivClassName
{
background-color: #E64111;
}
.BgClassName
{
background-color: #E64111;
}
</style>
border-color css
<style>
span { border-color: #E64111; }
span { border-color: rgb(230,65,17); }
td.TdClassName
{
border-color: #E64111;
}
.TagClassName
{
border-color: #E64111;
}
</style>