Shades of Orange Red #E7400D
Tints of Orange Red #E7400D
RGB
CMYK
RGB Variations
Color information
#E7400D (or 0xE7400D) is known color: Orange Red. HEX triplet: E7, 40 and 0D. RGB value is (231,64,13). Sum of RGB (Red+Green+Blue) = 231+64+13=308 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 231 - color contains mainly: red. Hex color #E7400D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7400D is #18BFF2. Grayscale: #6C6C6C. Windows color (decimal): -1622003 or 868583. OLE color: 868583.
HSL color Cylindrical-coordinate representation of color #E7400D: hue angle of 14.04º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7400D is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 64 | 13 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.09 |
| HSL | 14.04º | 0.89% | 0.48% | - |
| HSV(B) | 14.04º | 0.94% | 0.91% | - |
| XYZ | 34.86 | 20.68 | 2.54 | - |
| YUV | 108.12 | 74.33 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 13 | 0 | 0.72 | 0.94 | 0.09 | 14.04 | 0.89 | 0.48 |
| Hex | E7 | 40 | D | 0 | 48 | 5E | 9 | E | 59 | 30 |
| Octal | 347 | 100 | 15 | 0 | 110 | 136 | 11 | 16 | 131 | 60 |
| Binary | 11100111 | 1000000 | 1101 | 0 | 1001000 | 1011110 | 1001 | 1110 | 1011001 | 110000 |
Color Harmonies of #E7400D
Complementary color
Monochromatic Colors of #E7400D
Black with #E7400D
Text Example
Text Example
White with #E7400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7400D; }
p { color: rgb(231,64,13); }
H1.HeaderClassName
{
color: #E7400D;
}
.AnyTagClassName
{
color: #E7400D;
}
</style>
background-color css
<style>
a { background-color: #E7400D; }
a { background-color: rgb(231,64,13); }
div.DivClassName
{
background-color: #E7400D;
}
.BgClassName
{
background-color: #E7400D;
}
</style>
border-color css
<style>
span { border-color: #E7400D; }
span { border-color: rgb(231,64,13); }
td.TdClassName
{
border-color: #E7400D;
}
.TagClassName
{
border-color: #E7400D;
}
</style>