Shades of Orange Red #E64007
Tints of Orange Red #E64007
RGB
CMYK
RGB Variations
Color information
#E64007 (or 0xE64007) is known color: Orange Red. HEX triplet: E6, 40 and 07. RGB value is (230,64,7). Sum of RGB (Red+Green+Blue) = 230+64+7=301 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.41% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 230 - color contains mainly: red. Hex color #E64007 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64007 is #19BFF8. Grayscale: #6B6B6B. Windows color (decimal): -1687545 or 475366. OLE color: 475366.
HSL color Cylindrical-coordinate representation of color #E64007: hue angle of 15.34º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E64007 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 64 | 7 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.10 |
| HSL | 15.34º | 0.94% | 0.46% | - |
| HSV(B) | 15.34º | 0.97% | 0.9% | - |
| XYZ | 34.5 | 20.51 | 2.34 | - |
| YUV | 107.14 | 71.5 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 64 | 7 | 0 | 0.72 | 0.97 | 0.10 | 15.34 | 0.94 | 0.46 |
| Hex | E6 | 40 | 7 | 0 | 48 | 61 | A | F | 5E | 2E |
| Octal | 346 | 100 | 7 | 0 | 110 | 141 | 12 | 17 | 136 | 56 |
| Binary | 11100110 | 1000000 | 111 | 0 | 1001000 | 1100001 | 1010 | 1111 | 1011110 | 101110 |
Color Harmonies of #E64007
Complementary color
Monochromatic Colors of #E64007
Black with #E64007
Text Example
Text Example
White with #E64007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64007; }
p { color: rgb(230,64,7); }
H1.HeaderClassName
{
color: #E64007;
}
.AnyTagClassName
{
color: #E64007;
}
</style>
background-color css
<style>
a { background-color: #E64007; }
a { background-color: rgb(230,64,7); }
div.DivClassName
{
background-color: #E64007;
}
.BgClassName
{
background-color: #E64007;
}
</style>
border-color css
<style>
span { border-color: #E64007; }
span { border-color: rgb(230,64,7); }
td.TdClassName
{
border-color: #E64007;
}
.TagClassName
{
border-color: #E64007;
}
</style>