Shades of Orange Red #EE3802
Tints of Orange Red #EE3802
RGB
CMYK
RGB Variations
Color information
#EE3802 (or 0xEE3802) is known color: Orange Red. HEX triplet: EE, 38 and 02. RGB value is (238,56,2). Sum of RGB (Red+Green+Blue) = 238+56+2=296 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.41% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3802 is #11C7FD. Grayscale: #686868. Windows color (decimal): -1165310 or 145646. OLE color: 145646.
HSL color Cylindrical-coordinate representation of color #EE3802: hue angle of 13.73º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE3802 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.07 |
| HSL | 13.73º | 0.98% | 0.47% | - |
| HSV(B) | 13.73º | 0.99% | 0.93% | - |
| XYZ | 36.69 | 21.01 | 2.18 | - |
| YUV | 104.26 | 70.3 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 2 | 0 | 0.76 | 0.99 | 0.07 | 13.73 | 0.98 | 0.47 |
| Hex | EE | 38 | 2 | 0 | 4C | 63 | 7 | E | 62 | 2F |
| Octal | 356 | 70 | 2 | 0 | 114 | 143 | 7 | 16 | 142 | 57 |
| Binary | 11101110 | 111000 | 10 | 0 | 1001100 | 1100011 | 111 | 1110 | 1100010 | 101111 |
Color Harmonies of #EE3802
Complementary color
Monochromatic Colors of #EE3802
Black with #EE3802
Text Example
Text Example
White with #EE3802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3802; }
p { color: rgb(238,56,2); }
H1.HeaderClassName
{
color: #EE3802;
}
.AnyTagClassName
{
color: #EE3802;
}
</style>
background-color css
<style>
a { background-color: #EE3802; }
a { background-color: rgb(238,56,2); }
div.DivClassName
{
background-color: #EE3802;
}
.BgClassName
{
background-color: #EE3802;
}
</style>
border-color css
<style>
span { border-color: #EE3802; }
span { border-color: rgb(238,56,2); }
td.TdClassName
{
border-color: #EE3802;
}
.TagClassName
{
border-color: #EE3802;
}
</style>