Shades of Orange Red #EE3505
Tints of Orange Red #EE3505
RGB
CMYK
RGB Variations
Color information
#EE3505 (or 0xEE3505) is known color: Orange Red. HEX triplet: EE, 35 and 05. RGB value is (238,53,5). Sum of RGB (Red+Green+Blue) = 238+53+5=296 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.41% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3505 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3505 is #11CAFA. Grayscale: #676767. Windows color (decimal): -1166075 or 341486. OLE color: 341486.
HSL color Cylindrical-coordinate representation of color #EE3505: hue angle of 12.36º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE3505 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 53 | 5 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.07 |
| HSL | 12.36º | 0.96% | 0.48% | - |
| HSV(B) | 12.36º | 0.98% | 0.93% | - |
| XYZ | 36.56 | 20.73 | 2.22 | - |
| YUV | 102.84 | 72.79 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 53 | 5 | 0 | 0.78 | 0.98 | 0.07 | 12.36 | 0.96 | 0.48 |
| Hex | EE | 35 | 5 | 0 | 4E | 62 | 7 | C | 60 | 30 |
| Octal | 356 | 65 | 5 | 0 | 116 | 142 | 7 | 14 | 140 | 60 |
| Binary | 11101110 | 110101 | 101 | 0 | 1001110 | 1100010 | 111 | 1100 | 1100000 | 110000 |
Color Harmonies of #EE3505
Complementary color
Monochromatic Colors of #EE3505
Black with #EE3505
Text Example
Text Example
White with #EE3505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3505; }
p { color: rgb(238,53,5); }
H1.HeaderClassName
{
color: #EE3505;
}
.AnyTagClassName
{
color: #EE3505;
}
</style>
background-color css
<style>
a { background-color: #EE3505; }
a { background-color: rgb(238,53,5); }
div.DivClassName
{
background-color: #EE3505;
}
.BgClassName
{
background-color: #EE3505;
}
</style>
border-color css
<style>
span { border-color: #EE3505; }
span { border-color: rgb(238,53,5); }
td.TdClassName
{
border-color: #EE3505;
}
.TagClassName
{
border-color: #EE3505;
}
</style>