Shades of Orange Red #E74313
Tints of Orange Red #E74313
RGB
CMYK
RGB Variations
Color information
#E74313 (or 0xE74313) is known color: Orange Red. HEX triplet: E7, 43 and 13. RGB value is (231,67,19). Sum of RGB (Red+Green+Blue) = 231+67+19=317 (41% of max value = 765). Red value is 231 (90.62% from 255 or 72.87% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 231 - color contains mainly: red. Hex color #E74313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74313 is #18BCEC. Grayscale: #6E6E6E. Windows color (decimal): -1621229 or 1262567. OLE color: 1262567.
HSL color Cylindrical-coordinate representation of color #E74313: hue angle of 13.58º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E74313 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 67 | 19 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.09 |
| HSL | 13.58º | 0.85% | 0.49% | - |
| HSV(B) | 13.58º | 0.92% | 0.91% | - |
| XYZ | 35.08 | 21.05 | 2.83 | - |
| YUV | 110.56 | 76.33 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 67 | 19 | 0 | 0.71 | 0.92 | 0.09 | 13.58 | 0.85 | 0.49 |
| Hex | E7 | 43 | 13 | 0 | 47 | 5C | 9 | E | 55 | 31 |
| Octal | 347 | 103 | 23 | 0 | 107 | 134 | 11 | 16 | 125 | 61 |
| Binary | 11100111 | 1000011 | 10011 | 0 | 1000111 | 1011100 | 1001 | 1110 | 1010101 | 110001 |
Color Harmonies of #E74313
Complementary color
Monochromatic Colors of #E74313
Black with #E74313
Text Example
Text Example
White with #E74313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74313; }
p { color: rgb(231,67,19); }
H1.HeaderClassName
{
color: #E74313;
}
.AnyTagClassName
{
color: #E74313;
}
</style>
background-color css
<style>
a { background-color: #E74313; }
a { background-color: rgb(231,67,19); }
div.DivClassName
{
background-color: #E74313;
}
.BgClassName
{
background-color: #E74313;
}
</style>
border-color css
<style>
span { border-color: #E74313; }
span { border-color: rgb(231,67,19); }
td.TdClassName
{
border-color: #E74313;
}
.TagClassName
{
border-color: #E74313;
}
</style>