Shades of Orange Red #E94413
Tints of Orange Red #E94413
RGB
CMYK
RGB Variations
Color information
#E94413 (or 0xE94413) is known color: Orange Red. HEX triplet: E9, 44 and 13. RGB value is (233,68,19). Sum of RGB (Red+Green+Blue) = 233+68+19=320 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.81% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 233 - color contains mainly: red. Hex color #E94413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94413 is #16BBEC. Grayscale: #707070. Windows color (decimal): -1489901 or 1262825. OLE color: 1262825.
HSL color Cylindrical-coordinate representation of color #E94413: hue angle of 13.74º 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 #E94413 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 68 | 19 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.09 |
| HSL | 13.74º | 0.85% | 0.49% | - |
| HSV(B) | 13.74º | 0.92% | 0.91% | - |
| XYZ | 35.79 | 21.5 | 2.88 | - |
| YUV | 111.75 | 75.66 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 68 | 19 | 0 | 0.71 | 0.92 | 0.09 | 13.74 | 0.85 | 0.49 |
| Hex | E9 | 44 | 13 | 0 | 47 | 5C | 9 | E | 55 | 31 |
| Octal | 351 | 104 | 23 | 0 | 107 | 134 | 11 | 16 | 125 | 61 |
| Binary | 11101001 | 1000100 | 10011 | 0 | 1000111 | 1011100 | 1001 | 1110 | 1010101 | 110001 |
Color Harmonies of #E94413
Complementary color
Monochromatic Colors of #E94413
Black with #E94413
Text Example
Text Example
White with #E94413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94413; }
p { color: rgb(233,68,19); }
H1.HeaderClassName
{
color: #E94413;
}
.AnyTagClassName
{
color: #E94413;
}
</style>
background-color css
<style>
a { background-color: #E94413; }
a { background-color: rgb(233,68,19); }
div.DivClassName
{
background-color: #E94413;
}
.BgClassName
{
background-color: #E94413;
}
</style>
border-color css
<style>
span { border-color: #E94413; }
span { border-color: rgb(233,68,19); }
td.TdClassName
{
border-color: #E94413;
}
.TagClassName
{
border-color: #E94413;
}
</style>