Shades of Orange Red #EE3D15
Tints of Orange Red #EE3D15
RGB
CMYK
RGB Variations
Color information
#EE3D15 (or 0xEE3D15) is known color: Orange Red. HEX triplet: EE, 3D and 15. RGB value is (238,61,21). Sum of RGB (Red+Green+Blue) = 238+61+21=320 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.38% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3D15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3D15 is #11C2EA. Grayscale: #6D6D6D. Windows color (decimal): -1164011 or 1392110. OLE color: 1392110.
HSL color Cylindrical-coordinate representation of color #EE3D15: hue angle of 11.06º 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 #EE3D15 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 61 | 21 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.07 |
| HSL | 11.06º | 0.86% | 0.51% | - |
| HSV(B) | 11.06º | 0.91% | 0.93% | - |
| XYZ | 37.06 | 21.57 | 2.92 | - |
| YUV | 109.36 | 78.14 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 61 | 21 | 0 | 0.74 | 0.91 | 0.07 | 11.06 | 0.86 | 0.51 |
| Hex | EE | 3D | 15 | 0 | 4A | 5B | 7 | B | 56 | 33 |
| Octal | 356 | 75 | 25 | 0 | 112 | 133 | 7 | 13 | 126 | 63 |
| Binary | 11101110 | 111101 | 10101 | 0 | 1001010 | 1011011 | 111 | 1011 | 1010110 | 110011 |
Color Harmonies of #EE3D15
Complementary color
Monochromatic Colors of #EE3D15
Black with #EE3D15
Text Example
Text Example
White with #EE3D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3D15; }
p { color: rgb(238,61,21); }
H1.HeaderClassName
{
color: #EE3D15;
}
.AnyTagClassName
{
color: #EE3D15;
}
</style>
background-color css
<style>
a { background-color: #EE3D15; }
a { background-color: rgb(238,61,21); }
div.DivClassName
{
background-color: #EE3D15;
}
.BgClassName
{
background-color: #EE3D15;
}
</style>
border-color css
<style>
span { border-color: #EE3D15; }
span { border-color: rgb(238,61,21); }
td.TdClassName
{
border-color: #EE3D15;
}
.TagClassName
{
border-color: #EE3D15;
}
</style>