Shades of Orange Red #E74212
Tints of Orange Red #E74212
RGB
CMYK
RGB Variations
Color information
#E74212 (or 0xE74212) is known color: Orange Red. HEX triplet: E7, 42 and 12. RGB value is (231,66,18). Sum of RGB (Red+Green+Blue) = 231+66+18=315 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.33% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 231 - color contains mainly: red. Hex color #E74212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74212 is #18BDED. Grayscale: #6E6E6E. Windows color (decimal): -1621486 or 1196775. OLE color: 1196775.
HSL color Cylindrical-coordinate representation of color #E74212: hue angle of 13.52º degrees, saturation: 0.86, 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 #E74212 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 66 | 18 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.09 |
| HSL | 13.52º | 0.86% | 0.49% | - |
| HSV(B) | 13.52º | 0.92% | 0.91% | - |
| XYZ | 35.01 | 20.93 | 2.77 | - |
| YUV | 109.86 | 76.16 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 66 | 18 | 0 | 0.71 | 0.92 | 0.09 | 13.52 | 0.86 | 0.49 |
| Hex | E7 | 42 | 12 | 0 | 47 | 5C | 9 | E | 56 | 31 |
| Octal | 347 | 102 | 22 | 0 | 107 | 134 | 11 | 16 | 126 | 61 |
| Binary | 11100111 | 1000010 | 10010 | 0 | 1000111 | 1011100 | 1001 | 1110 | 1010110 | 110001 |
Color Harmonies of #E74212
Complementary color
Monochromatic Colors of #E74212
Black with #E74212
Text Example
Text Example
White with #E74212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74212; }
p { color: rgb(231,66,18); }
H1.HeaderClassName
{
color: #E74212;
}
.AnyTagClassName
{
color: #E74212;
}
</style>
background-color css
<style>
a { background-color: #E74212; }
a { background-color: rgb(231,66,18); }
div.DivClassName
{
background-color: #E74212;
}
.BgClassName
{
background-color: #E74212;
}
</style>
border-color css
<style>
span { border-color: #E74212; }
span { border-color: rgb(231,66,18); }
td.TdClassName
{
border-color: #E74212;
}
.TagClassName
{
border-color: #E74212;
}
</style>