Shades of Orange Red #EE3715
Tints of Orange Red #EE3715
RGB
CMYK
RGB Variations
Color information
#EE3715 (or 0xEE3715) is known color: Orange Red. HEX triplet: EE, 37 and 15. RGB value is (238,55,21). Sum of RGB (Red+Green+Blue) = 238+55+21=314 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.80% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3715 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3715 is #11C8EA. Grayscale: #6A6A6A. Windows color (decimal): -1165547 or 1390574. OLE color: 1390574.
HSL color Cylindrical-coordinate representation of color #EE3715: hue angle of 9.4º 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 #EE3715 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 55 | 21 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.07 |
| HSL | 9.4º | 0.86% | 0.51% | - |
| HSV(B) | 9.4º | 0.91% | 0.93% | - |
| XYZ | 36.76 | 20.96 | 2.82 | - |
| YUV | 105.84 | 80.13 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 55 | 21 | 0 | 0.77 | 0.91 | 0.07 | 9.4 | 0.86 | 0.51 |
| Hex | EE | 37 | 15 | 0 | 4D | 5B | 7 | 9 | 56 | 33 |
| Octal | 356 | 67 | 25 | 0 | 115 | 133 | 7 | 11 | 126 | 63 |
| Binary | 11101110 | 110111 | 10101 | 0 | 1001101 | 1011011 | 111 | 1001 | 1010110 | 110011 |
Color Harmonies of #EE3715
Complementary color
Monochromatic Colors of #EE3715
Black with #EE3715
Text Example
Text Example
White with #EE3715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3715; }
p { color: rgb(238,55,21); }
H1.HeaderClassName
{
color: #EE3715;
}
.AnyTagClassName
{
color: #EE3715;
}
</style>
background-color css
<style>
a { background-color: #EE3715; }
a { background-color: rgb(238,55,21); }
div.DivClassName
{
background-color: #EE3715;
}
.BgClassName
{
background-color: #EE3715;
}
</style>
border-color css
<style>
span { border-color: #EE3715; }
span { border-color: rgb(238,55,21); }
td.TdClassName
{
border-color: #EE3715;
}
.TagClassName
{
border-color: #EE3715;
}
</style>