Shades of Red Orange #EE2620
Tints of Red Orange #EE2620
RGB
CMYK
RGB Variations
Color information
#EE2620 (or 0xEE2620) is known color: Red Orange. HEX triplet: EE, 26 and 20. RGB value is (238,38,32). Sum of RGB (Red+Green+Blue) = 238+38+32=308 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.27% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2620 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2620 is #11D9DF. Grayscale: #616161. Windows color (decimal): -1169888 or 2107118. OLE color: 2107118.
HSL color Cylindrical-coordinate representation of color #EE2620: hue angle of 1.75º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE2620 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 32 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.07 |
| HSL | 1.75º | 0.86% | 0.53% | - |
| HSV(B) | 1.75º | 0.87% | 0.93% | - |
| XYZ | 36.21 | 19.67 | 3.25 | - |
| YUV | 97.12 | 91.26 | 228.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 32 | 0 | 0.84 | 0.87 | 0.07 | 1.75 | 0.86 | 0.53 |
| Hex | EE | 26 | 20 | 0 | 54 | 57 | 7 | 2 | 56 | 35 |
| Octal | 356 | 46 | 40 | 0 | 124 | 127 | 7 | 2 | 126 | 65 |
| Binary | 11101110 | 100110 | 100000 | 0 | 1010100 | 1010111 | 111 | 10 | 1010110 | 110101 |
Color Harmonies of #EE2620
Complementary color
Monochromatic Colors of #EE2620
Black with #EE2620
Text Example
Text Example
White with #EE2620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2620; }
p { color: rgb(238,38,32); }
H1.HeaderClassName
{
color: #EE2620;
}
.AnyTagClassName
{
color: #EE2620;
}
</style>
background-color css
<style>
a { background-color: #EE2620; }
a { background-color: rgb(238,38,32); }
div.DivClassName
{
background-color: #EE2620;
}
.BgClassName
{
background-color: #EE2620;
}
</style>
border-color css
<style>
span { border-color: #EE2620; }
span { border-color: rgb(238,38,32); }
td.TdClassName
{
border-color: #EE2620;
}
.TagClassName
{
border-color: #EE2620;
}
</style>