Shades of Red #EE0F09
Tints of Red #EE0F09
RGB
CMYK
RGB Variations
Color information
#EE0F09 (or 0xEE0F09) is known color: Red. HEX triplet: EE, 0F and 09. RGB value is (238,15,9). Sum of RGB (Red+Green+Blue) = 238+15+9=262 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.84% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F09 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0F09 is #11F0F6. Grayscale: #515151. Windows color (decimal): -1175799 or 593902. OLE color: 593902.
HSL color Cylindrical-coordinate representation of color #EE0F09: hue angle of 1.57º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0F09 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 9 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.07 |
| HSL | 1.57º | 0.93% | 0.48% | - |
| HSV(B) | 1.57º | 0.96% | 0.93% | - |
| XYZ | 35.48 | 18.54 | 1.97 | - |
| YUV | 80.99 | 87.38 | 239.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 9 | 0 | 0.94 | 0.96 | 0.07 | 1.57 | 0.93 | 0.48 |
| Hex | EE | F | 9 | 0 | 5E | 60 | 7 | 2 | 5D | 30 |
| Octal | 356 | 17 | 11 | 0 | 136 | 140 | 7 | 2 | 135 | 60 |
| Binary | 11101110 | 1111 | 1001 | 0 | 1011110 | 1100000 | 111 | 10 | 1011101 | 110000 |
Color Harmonies of #EE0F09
Complementary color
Monochromatic Colors of #EE0F09
Black with #EE0F09
Text Example
Text Example
White with #EE0F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0F09; }
p { color: rgb(238,15,9); }
H1.HeaderClassName
{
color: #EE0F09;
}
.AnyTagClassName
{
color: #EE0F09;
}
</style>
background-color css
<style>
a { background-color: #EE0F09; }
a { background-color: rgb(238,15,9); }
div.DivClassName
{
background-color: #EE0F09;
}
.BgClassName
{
background-color: #EE0F09;
}
</style>
border-color css
<style>
span { border-color: #EE0F09; }
span { border-color: rgb(238,15,9); }
td.TdClassName
{
border-color: #EE0F09;
}
.TagClassName
{
border-color: #EE0F09;
}
</style>