Shades of Red Orange #EE2726
Tints of Red Orange #EE2726
RGB
CMYK
RGB Variations
Color information
#EE2726 (or 0xEE2726) is known color: Red Orange. HEX triplet: EE, 27 and 26. RGB value is (238,39,38). Sum of RGB (Red+Green+Blue) = 238+39+38=315 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.56% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2726 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2726 is #11D8D9. Grayscale: #626262. Windows color (decimal): -1169626 or 2500590. OLE color: 2500590.
HSL color Cylindrical-coordinate representation of color #EE2726: hue angle of 0.3º degrees, saturation: 0.85, 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 #EE2726 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 39 | 38 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.07 |
| HSL | 0.3º | 0.85% | 0.54% | - |
| HSV(B) | 0.3º | 0.84% | 0.93% | - |
| XYZ | 36.34 | 19.77 | 3.73 | - |
| YUV | 98.39 | 93.93 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 38 | 0 | 0.84 | 0.84 | 0.07 | 0.3 | 0.85 | 0.54 |
| Hex | EE | 27 | 26 | 0 | 54 | 54 | 7 | 0 | 55 | 36 |
| Octal | 356 | 47 | 46 | 0 | 124 | 124 | 7 | 0 | 125 | 66 |
| Binary | 11101110 | 100111 | 100110 | 0 | 1010100 | 1010100 | 111 | 0 | 1010101 | 110110 |
Color Harmonies of #EE2726
Complementary color
Monochromatic Colors of #EE2726
Black with #EE2726
Text Example
Text Example
White with #EE2726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2726; }
p { color: rgb(238,39,38); }
H1.HeaderClassName
{
color: #EE2726;
}
.AnyTagClassName
{
color: #EE2726;
}
</style>
background-color css
<style>
a { background-color: #EE2726; }
a { background-color: rgb(238,39,38); }
div.DivClassName
{
background-color: #EE2726;
}
.BgClassName
{
background-color: #EE2726;
}
</style>
border-color css
<style>
span { border-color: #EE2726; }
span { border-color: rgb(238,39,38); }
td.TdClassName
{
border-color: #EE2726;
}
.TagClassName
{
border-color: #EE2726;
}
</style>