Shades of Orange Red #E9410D
Tints of Orange Red #E9410D
RGB
CMYK
RGB Variations
Color information
#E9410D (or 0xE9410D) is known color: Orange Red. HEX triplet: E9, 41 and 0D. RGB value is (233,65,13). Sum of RGB (Red+Green+Blue) = 233+65+13=311 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.92% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 233 - color contains mainly: red. Hex color #E9410D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9410D is #16BEF2. Grayscale: #6D6D6D. Windows color (decimal): -1490675 or 868841. OLE color: 868841.
HSL color Cylindrical-coordinate representation of color #E9410D: hue angle of 14.18º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9410D is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 65 | 13 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.09 |
| HSL | 14.18º | 0.89% | 0.48% | - |
| HSV(B) | 14.18º | 0.94% | 0.91% | - |
| XYZ | 35.57 | 21.13 | 2.59 | - |
| YUV | 109.3 | 73.66 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 65 | 13 | 0 | 0.72 | 0.94 | 0.09 | 14.18 | 0.89 | 0.48 |
| Hex | E9 | 41 | D | 0 | 48 | 5E | 9 | E | 59 | 30 |
| Octal | 351 | 101 | 15 | 0 | 110 | 136 | 11 | 16 | 131 | 60 |
| Binary | 11101001 | 1000001 | 1101 | 0 | 1001000 | 1011110 | 1001 | 1110 | 1011001 | 110000 |
Color Harmonies of #E9410D
Complementary color
Monochromatic Colors of #E9410D
Black with #E9410D
Text Example
Text Example
White with #E9410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9410D; }
p { color: rgb(233,65,13); }
H1.HeaderClassName
{
color: #E9410D;
}
.AnyTagClassName
{
color: #E9410D;
}
</style>
background-color css
<style>
a { background-color: #E9410D; }
a { background-color: rgb(233,65,13); }
div.DivClassName
{
background-color: #E9410D;
}
.BgClassName
{
background-color: #E9410D;
}
</style>
border-color css
<style>
span { border-color: #E9410D; }
span { border-color: rgb(233,65,13); }
td.TdClassName
{
border-color: #E9410D;
}
.TagClassName
{
border-color: #E9410D;
}
</style>