Shades of Red #EE0908
Tints of Red #EE0908
RGB
CMYK
RGB Variations
Color information
#EE0908 (or 0xEE0908) is known color: Red. HEX triplet: EE, 09 and 08. RGB value is (238,9,8). Sum of RGB (Red+Green+Blue) = 238+9+8=255 (33% of max value = 765). Red value is 238 (93.36% from 255 or 93.33% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0908 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0908 is #11F6F7. Grayscale: #4D4D4D. Windows color (decimal): -1177336 or 526830. OLE color: 526830.
HSL color Cylindrical-coordinate representation of color #EE0908: hue angle of 0.26º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE0908 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 8 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.07 |
| HSL | 0.26º | 0.93% | 0.48% | - |
| HSV(B) | 0.26º | 0.97% | 0.93% | - |
| XYZ | 35.4 | 18.39 | 1.91 | - |
| YUV | 77.36 | 88.87 | 242.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 8 | 0 | 0.96 | 0.97 | 0.07 | 0.26 | 0.93 | 0.48 |
| Hex | EE | 9 | 8 | 0 | 60 | 61 | 7 | 0 | 5D | 30 |
| Octal | 356 | 11 | 10 | 0 | 140 | 141 | 7 | 0 | 135 | 60 |
| Binary | 11101110 | 1001 | 1000 | 0 | 1100000 | 1100001 | 111 | 0 | 1011101 | 110000 |
Color Harmonies of #EE0908
Complementary color
Monochromatic Colors of #EE0908
Black with #EE0908
Text Example
Text Example
White with #EE0908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0908; }
p { color: rgb(238,9,8); }
H1.HeaderClassName
{
color: #EE0908;
}
.AnyTagClassName
{
color: #EE0908;
}
</style>
background-color css
<style>
a { background-color: #EE0908; }
a { background-color: rgb(238,9,8); }
div.DivClassName
{
background-color: #EE0908;
}
.BgClassName
{
background-color: #EE0908;
}
</style>
border-color css
<style>
span { border-color: #EE0908; }
span { border-color: rgb(238,9,8); }
td.TdClassName
{
border-color: #EE0908;
}
.TagClassName
{
border-color: #EE0908;
}
</style>