Shades of Red Orange #EE2725
Tints of Red Orange #EE2725
RGB
CMYK
RGB Variations
Color information
#EE2725 (or 0xEE2725) is known color: Red Orange. HEX triplet: EE, 27 and 25. RGB value is (238,39,37). Sum of RGB (Red+Green+Blue) = 238+39+37=314 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.80% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2725 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2725 is #11D8DA. Grayscale: #626262. Windows color (decimal): -1169627 or 2435054. OLE color: 2435054.
HSL color Cylindrical-coordinate representation of color #EE2725: hue angle of 0.6º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE2725 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 39 | 37 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.07 |
| HSL | 0.6º | 0.86% | 0.54% | - |
| HSV(B) | 0.6º | 0.84% | 0.93% | - |
| XYZ | 36.32 | 19.76 | 3.65 | - |
| YUV | 98.27 | 93.43 | 227.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 37 | 0 | 0.84 | 0.84 | 0.07 | 0.6 | 0.86 | 0.54 |
| Hex | EE | 27 | 25 | 0 | 54 | 54 | 7 | 1 | 56 | 36 |
| Octal | 356 | 47 | 45 | 0 | 124 | 124 | 7 | 1 | 126 | 66 |
| Binary | 11101110 | 100111 | 100101 | 0 | 1010100 | 1010100 | 111 | 1 | 1010110 | 110110 |
Color Harmonies of #EE2725
Complementary color
Monochromatic Colors of #EE2725
Black with #EE2725
Text Example
Text Example
White with #EE2725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2725; }
p { color: rgb(238,39,37); }
H1.HeaderClassName
{
color: #EE2725;
}
.AnyTagClassName
{
color: #EE2725;
}
</style>
background-color css
<style>
a { background-color: #EE2725; }
a { background-color: rgb(238,39,37); }
div.DivClassName
{
background-color: #EE2725;
}
.BgClassName
{
background-color: #EE2725;
}
</style>
border-color css
<style>
span { border-color: #EE2725; }
span { border-color: rgb(238,39,37); }
td.TdClassName
{
border-color: #EE2725;
}
.TagClassName
{
border-color: #EE2725;
}
</style>