Shades of Orange Red #E83D14
Tints of Orange Red #E83D14
RGB
CMYK
RGB Variations
Color information
#E83D14 (or 0xE83D14) is known color: Orange Red. HEX triplet: E8, 3D and 14. RGB value is (232,61,20). Sum of RGB (Red+Green+Blue) = 232+61+20=313 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.12% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 232 - color contains mainly: red. Hex color #E83D14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E83D14 is #17C2EB. Grayscale: #6B6B6B. Windows color (decimal): -1557228 or 1326568. OLE color: 1326568.
HSL color Cylindrical-coordinate representation of color #E83D14: hue angle of 11.6º degrees, saturation: 0.84, 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 #E83D14 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 61 | 20 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.09 |
| HSL | 11.6º | 0.84% | 0.49% | - |
| HSV(B) | 11.6º | 0.91% | 0.91% | - |
| XYZ | 35.07 | 20.54 | 2.78 | - |
| YUV | 107.46 | 78.65 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 61 | 20 | 0 | 0.74 | 0.91 | 0.09 | 11.6 | 0.84 | 0.49 |
| Hex | E8 | 3D | 14 | 0 | 4A | 5B | 9 | C | 54 | 31 |
| Octal | 350 | 75 | 24 | 0 | 112 | 133 | 11 | 14 | 124 | 61 |
| Binary | 11101000 | 111101 | 10100 | 0 | 1001010 | 1011011 | 1001 | 1100 | 1010100 | 110001 |
Color Harmonies of #E83D14
Complementary color
Monochromatic Colors of #E83D14
Black with #E83D14
Text Example
Text Example
White with #E83D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83D14; }
p { color: rgb(232,61,20); }
H1.HeaderClassName
{
color: #E83D14;
}
.AnyTagClassName
{
color: #E83D14;
}
</style>
background-color css
<style>
a { background-color: #E83D14; }
a { background-color: rgb(232,61,20); }
div.DivClassName
{
background-color: #E83D14;
}
.BgClassName
{
background-color: #E83D14;
}
</style>
border-color css
<style>
span { border-color: #E83D14; }
span { border-color: rgb(232,61,20); }
td.TdClassName
{
border-color: #E83D14;
}
.TagClassName
{
border-color: #E83D14;
}
</style>