Shades of Orange Red #E74315
Tints of Orange Red #E74315
RGB
CMYK
RGB Variations
Color information
#E74315 (or 0xE74315) is known color: Orange Red. HEX triplet: E7, 43 and 15. RGB value is (231,67,21). Sum of RGB (Red+Green+Blue) = 231+67+21=319 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.41% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 231 - color contains mainly: red. Hex color #E74315 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74315 is #18BCEA. Grayscale: #6F6F6F. Windows color (decimal): -1621227 or 1393639. OLE color: 1393639.
HSL color Cylindrical-coordinate representation of color #E74315: hue angle of 13.14º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E74315 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 67 | 21 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.09 |
| HSL | 13.14º | 0.83% | 0.49% | - |
| HSV(B) | 13.14º | 0.91% | 0.91% | - |
| XYZ | 35.1 | 21.06 | 2.92 | - |
| YUV | 110.79 | 77.33 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 67 | 21 | 0 | 0.71 | 0.91 | 0.09 | 13.14 | 0.83 | 0.49 |
| Hex | E7 | 43 | 15 | 0 | 47 | 5B | 9 | D | 53 | 31 |
| Octal | 347 | 103 | 25 | 0 | 107 | 133 | 11 | 15 | 123 | 61 |
| Binary | 11100111 | 1000011 | 10101 | 0 | 1000111 | 1011011 | 1001 | 1101 | 1010011 | 110001 |
Color Harmonies of #E74315
Complementary color
Monochromatic Colors of #E74315
Black with #E74315
Text Example
Text Example
White with #E74315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74315; }
p { color: rgb(231,67,21); }
H1.HeaderClassName
{
color: #E74315;
}
.AnyTagClassName
{
color: #E74315;
}
</style>
background-color css
<style>
a { background-color: #E74315; }
a { background-color: rgb(231,67,21); }
div.DivClassName
{
background-color: #E74315;
}
.BgClassName
{
background-color: #E74315;
}
</style>
border-color css
<style>
span { border-color: #E74315; }
span { border-color: rgb(231,67,21); }
td.TdClassName
{
border-color: #E74315;
}
.TagClassName
{
border-color: #E74315;
}
</style>