Shades of Orange Red #EE3F16
Tints of Orange Red #EE3F16
RGB
CMYK
RGB Variations
Color information
#EE3F16 (or 0xEE3F16) is known color: Orange Red. HEX triplet: EE, 3F and 16. RGB value is (238,63,22). Sum of RGB (Red+Green+Blue) = 238+63+22=323 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.68% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3F16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3F16 is #11C0E9. Grayscale: #6E6E6E. Windows color (decimal): -1163498 or 1458158. OLE color: 1458158.
HSL color Cylindrical-coordinate representation of color #EE3F16: hue angle of 11.39º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE3F16 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 63 | 22 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.07 |
| HSL | 11.39º | 0.86% | 0.51% | - |
| HSV(B) | 11.39º | 0.91% | 0.93% | - |
| XYZ | 37.18 | 21.79 | 3.01 | - |
| YUV | 110.65 | 77.98 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 63 | 22 | 0 | 0.74 | 0.91 | 0.07 | 11.39 | 0.86 | 0.51 |
| Hex | EE | 3F | 16 | 0 | 4A | 5B | 7 | B | 56 | 33 |
| Octal | 356 | 77 | 26 | 0 | 112 | 133 | 7 | 13 | 126 | 63 |
| Binary | 11101110 | 111111 | 10110 | 0 | 1001010 | 1011011 | 111 | 1011 | 1010110 | 110011 |
Color Harmonies of #EE3F16
Complementary color
Monochromatic Colors of #EE3F16
Black with #EE3F16
Text Example
Text Example
White with #EE3F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3F16; }
p { color: rgb(238,63,22); }
H1.HeaderClassName
{
color: #EE3F16;
}
.AnyTagClassName
{
color: #EE3F16;
}
</style>
background-color css
<style>
a { background-color: #EE3F16; }
a { background-color: rgb(238,63,22); }
div.DivClassName
{
background-color: #EE3F16;
}
.BgClassName
{
background-color: #EE3F16;
}
</style>
border-color css
<style>
span { border-color: #EE3F16; }
span { border-color: rgb(238,63,22); }
td.TdClassName
{
border-color: #EE3F16;
}
.TagClassName
{
border-color: #EE3F16;
}
</style>