Shades of Orange Red #EE3D14
Tints of Orange Red #EE3D14
RGB
CMYK
RGB Variations
Color information
#EE3D14 (or 0xEE3D14) is known color: Orange Red. HEX triplet: EE, 3D and 14. RGB value is (238,61,20). Sum of RGB (Red+Green+Blue) = 238+61+20=319 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.61% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3D14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3D14 is #11C2EB. Grayscale: #6D6D6D. Windows color (decimal): -1164012 or 1326574. OLE color: 1326574.
HSL color Cylindrical-coordinate representation of color #EE3D14: hue angle of 11.28º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE3D14 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 61 | 20 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.07 |
| HSL | 11.28º | 0.87% | 0.51% | - |
| HSV(B) | 11.28º | 0.92% | 0.93% | - |
| XYZ | 37.05 | 21.57 | 2.87 | - |
| YUV | 109.25 | 77.64 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 61 | 20 | 0 | 0.74 | 0.92 | 0.07 | 11.28 | 0.87 | 0.51 |
| Hex | EE | 3D | 14 | 0 | 4A | 5C | 7 | B | 57 | 33 |
| Octal | 356 | 75 | 24 | 0 | 112 | 134 | 7 | 13 | 127 | 63 |
| Binary | 11101110 | 111101 | 10100 | 0 | 1001010 | 1011100 | 111 | 1011 | 1010111 | 110011 |
Color Harmonies of #EE3D14
Complementary color
Monochromatic Colors of #EE3D14
Black with #EE3D14
Text Example
Text Example
White with #EE3D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3D14; }
p { color: rgb(238,61,20); }
H1.HeaderClassName
{
color: #EE3D14;
}
.AnyTagClassName
{
color: #EE3D14;
}
</style>
background-color css
<style>
a { background-color: #EE3D14; }
a { background-color: rgb(238,61,20); }
div.DivClassName
{
background-color: #EE3D14;
}
.BgClassName
{
background-color: #EE3D14;
}
</style>
border-color css
<style>
span { border-color: #EE3D14; }
span { border-color: rgb(238,61,20); }
td.TdClassName
{
border-color: #EE3D14;
}
.TagClassName
{
border-color: #EE3D14;
}
</style>