Shades of Orange Red #E64112
Tints of Orange Red #E64112
RGB
CMYK
RGB Variations
Color information
#E64112 (or 0xE64112) is known color: Orange Red. HEX triplet: E6, 41 and 12. RGB value is (230,65,18). Sum of RGB (Red+Green+Blue) = 230+65+18=313 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.48% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 230 - color contains mainly: red. Hex color #E64112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64112 is #19BEED. Grayscale: #6D6D6D. Windows color (decimal): -1687278 or 1196518. OLE color: 1196518.
HSL color Cylindrical-coordinate representation of color #E64112: hue angle of 13.3º 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 #E64112 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 65 | 18 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.10 |
| HSL | 13.3º | 0.85% | 0.49% | - |
| HSV(B) | 13.3º | 0.92% | 0.9% | - |
| XYZ | 34.63 | 20.65 | 2.73 | - |
| YUV | 108.98 | 76.66 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 18 | 0 | 0.72 | 0.92 | 0.10 | 13.3 | 0.85 | 0.49 |
| Hex | E6 | 41 | 12 | 0 | 48 | 5C | A | D | 55 | 31 |
| Octal | 346 | 101 | 22 | 0 | 110 | 134 | 12 | 15 | 125 | 61 |
| Binary | 11100110 | 1000001 | 10010 | 0 | 1001000 | 1011100 | 1010 | 1101 | 1010101 | 110001 |
Color Harmonies of #E64112
Complementary color
Monochromatic Colors of #E64112
Black with #E64112
Text Example
Text Example
White with #E64112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64112; }
p { color: rgb(230,65,18); }
H1.HeaderClassName
{
color: #E64112;
}
.AnyTagClassName
{
color: #E64112;
}
</style>
background-color css
<style>
a { background-color: #E64112; }
a { background-color: rgb(230,65,18); }
div.DivClassName
{
background-color: #E64112;
}
.BgClassName
{
background-color: #E64112;
}
</style>
border-color css
<style>
span { border-color: #E64112; }
span { border-color: rgb(230,65,18); }
td.TdClassName
{
border-color: #E64112;
}
.TagClassName
{
border-color: #E64112;
}
</style>