Shades of Orange Red #EE3908
Tints of Orange Red #EE3908
RGB
CMYK
RGB Variations
Color information
#EE3908 (or 0xEE3908) is known color: Orange Red. HEX triplet: EE, 39 and 08. RGB value is (238,57,8). Sum of RGB (Red+Green+Blue) = 238+57+8=303 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.55% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3908 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3908 is #11C6F7. Grayscale: #696969. Windows color (decimal): -1165048 or 539118. OLE color: 539118.
HSL color Cylindrical-coordinate representation of color #EE3908: hue angle of 12.78º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE3908 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 57 | 8 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.07 |
| HSL | 12.78º | 0.93% | 0.48% | - |
| HSV(B) | 12.78º | 0.97% | 0.93% | - |
| XYZ | 36.77 | 21.12 | 2.37 | - |
| YUV | 105.53 | 72.97 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 57 | 8 | 0 | 0.76 | 0.97 | 0.07 | 12.78 | 0.93 | 0.48 |
| Hex | EE | 39 | 8 | 0 | 4C | 61 | 7 | D | 5D | 30 |
| Octal | 356 | 71 | 10 | 0 | 114 | 141 | 7 | 15 | 135 | 60 |
| Binary | 11101110 | 111001 | 1000 | 0 | 1001100 | 1100001 | 111 | 1101 | 1011101 | 110000 |
Color Harmonies of #EE3908
Complementary color
Monochromatic Colors of #EE3908
Black with #EE3908
Text Example
Text Example
White with #EE3908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3908; }
p { color: rgb(238,57,8); }
H1.HeaderClassName
{
color: #EE3908;
}
.AnyTagClassName
{
color: #EE3908;
}
</style>
background-color css
<style>
a { background-color: #EE3908; }
a { background-color: rgb(238,57,8); }
div.DivClassName
{
background-color: #EE3908;
}
.BgClassName
{
background-color: #EE3908;
}
</style>
border-color css
<style>
span { border-color: #EE3908; }
span { border-color: rgb(238,57,8); }
td.TdClassName
{
border-color: #EE3908;
}
.TagClassName
{
border-color: #EE3908;
}
</style>