Shades of Red Orange #EE2521
Tints of Red Orange #EE2521
RGB
CMYK
RGB Variations
Color information
#EE2521 (or 0xEE2521) is known color: Red Orange. HEX triplet: EE, 25 and 21. RGB value is (238,37,33). Sum of RGB (Red+Green+Blue) = 238+37+33=308 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.27% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2521 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2521 is #11DADE. Grayscale: #606060. Windows color (decimal): -1170143 or 2172398. OLE color: 2172398.
HSL color Cylindrical-coordinate representation of color #EE2521: hue angle of 1.17º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE2521 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 33 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.07 |
| HSL | 1.17º | 0.86% | 0.53% | - |
| HSV(B) | 1.17º | 0.86% | 0.93% | - |
| XYZ | 36.2 | 19.61 | 3.32 | - |
| YUV | 96.64 | 92.09 | 228.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 33 | 0 | 0.84 | 0.86 | 0.07 | 1.17 | 0.86 | 0.53 |
| Hex | EE | 25 | 21 | 0 | 54 | 56 | 7 | 1 | 56 | 35 |
| Octal | 356 | 45 | 41 | 0 | 124 | 126 | 7 | 1 | 126 | 65 |
| Binary | 11101110 | 100101 | 100001 | 0 | 1010100 | 1010110 | 111 | 1 | 1010110 | 110101 |
Color Harmonies of #EE2521
Complementary color
Monochromatic Colors of #EE2521
Black with #EE2521
Text Example
Text Example
White with #EE2521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2521; }
p { color: rgb(238,37,33); }
H1.HeaderClassName
{
color: #EE2521;
}
.AnyTagClassName
{
color: #EE2521;
}
</style>
background-color css
<style>
a { background-color: #EE2521; }
a { background-color: rgb(238,37,33); }
div.DivClassName
{
background-color: #EE2521;
}
.BgClassName
{
background-color: #EE2521;
}
</style>
border-color css
<style>
span { border-color: #EE2521; }
span { border-color: rgb(238,37,33); }
td.TdClassName
{
border-color: #EE2521;
}
.TagClassName
{
border-color: #EE2521;
}
</style>