Shades of Orange Red #E7400C
Tints of Orange Red #E7400C
RGB
CMYK
RGB Variations
Color information
#E7400C (or 0xE7400C) is known color: Orange Red. HEX triplet: E7, 40 and 0C. RGB value is (231,64,12). Sum of RGB (Red+Green+Blue) = 231+64+12=307 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.24% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 231 - color contains mainly: red. Hex color #E7400C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7400C is #18BFF3. Grayscale: #6C6C6C. Windows color (decimal): -1622004 or 803047. OLE color: 803047.
HSL color Cylindrical-coordinate representation of color #E7400C: hue angle of 14.25º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7400C is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 64 | 12 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.09 |
| HSL | 14.25º | 0.9% | 0.48% | - |
| HSV(B) | 14.25º | 0.95% | 0.91% | - |
| XYZ | 34.85 | 20.68 | 2.5 | - |
| YUV | 108.01 | 73.83 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 12 | 0 | 0.72 | 0.95 | 0.09 | 14.25 | 0.9 | 0.48 |
| Hex | E7 | 40 | C | 0 | 48 | 5F | 9 | E | 5A | 30 |
| Octal | 347 | 100 | 14 | 0 | 110 | 137 | 11 | 16 | 132 | 60 |
| Binary | 11100111 | 1000000 | 1100 | 0 | 1001000 | 1011111 | 1001 | 1110 | 1011010 | 110000 |
Color Harmonies of #E7400C
Complementary color
Monochromatic Colors of #E7400C
Black with #E7400C
Text Example
Text Example
White with #E7400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7400C; }
p { color: rgb(231,64,12); }
H1.HeaderClassName
{
color: #E7400C;
}
.AnyTagClassName
{
color: #E7400C;
}
</style>
background-color css
<style>
a { background-color: #E7400C; }
a { background-color: rgb(231,64,12); }
div.DivClassName
{
background-color: #E7400C;
}
.BgClassName
{
background-color: #E7400C;
}
</style>
border-color css
<style>
span { border-color: #E7400C; }
span { border-color: rgb(231,64,12); }
td.TdClassName
{
border-color: #E7400C;
}
.TagClassName
{
border-color: #E7400C;
}
</style>