Shades of Orange Red #E7400B
Tints of Orange Red #E7400B
RGB
CMYK
RGB Variations
Color information
#E7400B (or 0xE7400B) is known color: Orange Red. HEX triplet: E7, 40 and 0B. RGB value is (231,64,11). Sum of RGB (Red+Green+Blue) = 231+64+11=306 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.49% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 231 - color contains mainly: red. Hex color #E7400B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7400B is #18BFF4. Grayscale: #6C6C6C. Windows color (decimal): -1622005 or 737511. OLE color: 737511.
HSL color Cylindrical-coordinate representation of color #E7400B: hue angle of 14.45º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7400B is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 64 | 11 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.09 |
| HSL | 14.45º | 0.91% | 0.47% | - |
| HSV(B) | 14.45º | 0.95% | 0.91% | - |
| XYZ | 34.85 | 20.68 | 2.47 | - |
| YUV | 107.89 | 73.33 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 11 | 0 | 0.72 | 0.95 | 0.09 | 14.45 | 0.91 | 0.47 |
| Hex | E7 | 40 | B | 0 | 48 | 5F | 9 | E | 5B | 2F |
| Octal | 347 | 100 | 13 | 0 | 110 | 137 | 11 | 16 | 133 | 57 |
| Binary | 11100111 | 1000000 | 1011 | 0 | 1001000 | 1011111 | 1001 | 1110 | 1011011 | 101111 |
Color Harmonies of #E7400B
Complementary color
Monochromatic Colors of #E7400B
Black with #E7400B
Text Example
Text Example
White with #E7400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7400B; }
p { color: rgb(231,64,11); }
H1.HeaderClassName
{
color: #E7400B;
}
.AnyTagClassName
{
color: #E7400B;
}
</style>
background-color css
<style>
a { background-color: #E7400B; }
a { background-color: rgb(231,64,11); }
div.DivClassName
{
background-color: #E7400B;
}
.BgClassName
{
background-color: #E7400B;
}
</style>
border-color css
<style>
span { border-color: #E7400B; }
span { border-color: rgb(231,64,11); }
td.TdClassName
{
border-color: #E7400B;
}
.TagClassName
{
border-color: #E7400B;
}
</style>