Shades of Orange Red #EE360D
Tints of Orange Red #EE360D
RGB
CMYK
RGB Variations
Color information
#EE360D (or 0xEE360D) is known color: Orange Red. HEX triplet: EE, 36 and 0D. RGB value is (238,54,13). Sum of RGB (Red+Green+Blue) = 238+54+13=305 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.03% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 238 - color contains mainly: red. Hex color #EE360D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE360D is #11C9F2. Grayscale: #686868. Windows color (decimal): -1165811 or 866030. OLE color: 866030.
HSL color Cylindrical-coordinate representation of color #EE360D: hue angle of 10.93º degrees, saturation: 0.9, 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 #EE360D is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 54 | 13 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.07 |
| HSL | 10.93º | 0.9% | 0.49% | - |
| HSV(B) | 10.93º | 0.95% | 0.93% | - |
| XYZ | 36.65 | 20.84 | 2.47 | - |
| YUV | 104.34 | 76.46 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 54 | 13 | 0 | 0.77 | 0.95 | 0.07 | 10.93 | 0.9 | 0.49 |
| Hex | EE | 36 | D | 0 | 4D | 5F | 7 | B | 5A | 31 |
| Octal | 356 | 66 | 15 | 0 | 115 | 137 | 7 | 13 | 132 | 61 |
| Binary | 11101110 | 110110 | 1101 | 0 | 1001101 | 1011111 | 111 | 1011 | 1011010 | 110001 |
Color Harmonies of #EE360D
Complementary color
Monochromatic Colors of #EE360D
Black with #EE360D
Text Example
Text Example
White with #EE360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE360D; }
p { color: rgb(238,54,13); }
H1.HeaderClassName
{
color: #EE360D;
}
.AnyTagClassName
{
color: #EE360D;
}
</style>
background-color css
<style>
a { background-color: #EE360D; }
a { background-color: rgb(238,54,13); }
div.DivClassName
{
background-color: #EE360D;
}
.BgClassName
{
background-color: #EE360D;
}
</style>
border-color css
<style>
span { border-color: #EE360D; }
span { border-color: rgb(238,54,13); }
td.TdClassName
{
border-color: #EE360D;
}
.TagClassName
{
border-color: #EE360D;
}
</style>