Shades of Orange Red #EE480D
Tints of Orange Red #EE480D
RGB
CMYK
RGB Variations
Color information
#EE480D (or 0xEE480D) is known color: Orange Red. HEX triplet: EE, 48 and 0D. RGB value is (238,72,13). Sum of RGB (Red+Green+Blue) = 238+72+13=323 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.68% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 238 - color contains mainly: red. Hex color #EE480D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE480D is #11B7F2. Grayscale: #737373. Windows color (decimal): -1161203 or 870638. OLE color: 870638.
HSL color Cylindrical-coordinate representation of color #EE480D: hue angle of 15.73º 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 #EE480D is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 72 | 13 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.07 |
| HSL | 15.73º | 0.9% | 0.49% | - |
| HSV(B) | 15.73º | 0.95% | 0.93% | - |
| XYZ | 37.65 | 22.84 | 2.81 | - |
| YUV | 114.91 | 70.5 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 72 | 13 | 0 | 0.70 | 0.95 | 0.07 | 15.73 | 0.9 | 0.49 |
| Hex | EE | 48 | D | 0 | 46 | 5F | 7 | 10 | 5A | 31 |
| Octal | 356 | 110 | 15 | 0 | 106 | 137 | 7 | 20 | 132 | 61 |
| Binary | 11101110 | 1001000 | 1101 | 0 | 1000110 | 1011111 | 111 | 10000 | 1011010 | 110001 |
Color Harmonies of #EE480D
Complementary color
Monochromatic Colors of #EE480D
Black with #EE480D
Text Example
Text Example
White with #EE480D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE480D; }
p { color: rgb(238,72,13); }
H1.HeaderClassName
{
color: #EE480D;
}
.AnyTagClassName
{
color: #EE480D;
}
</style>
background-color css
<style>
a { background-color: #EE480D; }
a { background-color: rgb(238,72,13); }
div.DivClassName
{
background-color: #EE480D;
}
.BgClassName
{
background-color: #EE480D;
}
</style>
border-color css
<style>
span { border-color: #EE480D; }
span { border-color: rgb(238,72,13); }
td.TdClassName
{
border-color: #EE480D;
}
.TagClassName
{
border-color: #EE480D;
}
</style>