Shades of Orange Red #EE410B
Tints of Orange Red #EE410B
RGB
CMYK
RGB Variations
Color information
#EE410B (or 0xEE410B) is known color: Orange Red. HEX triplet: EE, 41 and 0B. RGB value is (238,65,11). Sum of RGB (Red+Green+Blue) = 238+65+11=314 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.80% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 238 - color contains mainly: red. Hex color #EE410B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE410B is #11BEF4. Grayscale: #6E6E6E. Windows color (decimal): -1162997 or 737774. OLE color: 737774.
HSL color Cylindrical-coordinate representation of color #EE410B: hue angle of 14.27º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE410B is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 11 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.07 |
| HSL | 14.27º | 0.91% | 0.49% | - |
| HSV(B) | 14.27º | 0.95% | 0.93% | - |
| XYZ | 37.21 | 21.98 | 2.6 | - |
| YUV | 110.57 | 71.81 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 11 | 0 | 0.73 | 0.95 | 0.07 | 14.27 | 0.91 | 0.49 |
| Hex | EE | 41 | B | 0 | 49 | 5F | 7 | E | 5B | 31 |
| Octal | 356 | 101 | 13 | 0 | 111 | 137 | 7 | 16 | 133 | 61 |
| Binary | 11101110 | 1000001 | 1011 | 0 | 1001001 | 1011111 | 111 | 1110 | 1011011 | 110001 |
Color Harmonies of #EE410B
Complementary color
Monochromatic Colors of #EE410B
Black with #EE410B
Text Example
Text Example
White with #EE410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE410B; }
p { color: rgb(238,65,11); }
H1.HeaderClassName
{
color: #EE410B;
}
.AnyTagClassName
{
color: #EE410B;
}
</style>
background-color css
<style>
a { background-color: #EE410B; }
a { background-color: rgb(238,65,11); }
div.DivClassName
{
background-color: #EE410B;
}
.BgClassName
{
background-color: #EE410B;
}
</style>
border-color css
<style>
span { border-color: #EE410B; }
span { border-color: rgb(238,65,11); }
td.TdClassName
{
border-color: #EE410B;
}
.TagClassName
{
border-color: #EE410B;
}
</style>