Shades of Red #EE0F00
Tints of Red #EE0F00
RGB
CMYK
RGB Variations
Color information
#EE0F00 (or 0xEE0F00) is known color: Red. HEX triplet: EE, 0F and 00. RGB value is (238,15,0). Sum of RGB (Red+Green+Blue) = 238+15+0=253 (33% of max value = 765). Red value is 238 (93.36% from 255 or 94.07% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0F00 is #11F0FF. Grayscale: #505050. Windows color (decimal): -1175808 or 4078. OLE color: 4078.
HSL color Cylindrical-coordinate representation of color #EE0F00: hue angle of 3.78º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0F00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.07 |
| HSL | 3.78º | 1% | 0.47% | - |
| HSV(B) | 3.78º | 1% | 0.93% | - |
| XYZ | 35.43 | 18.52 | 1.71 | - |
| YUV | 79.97 | 82.88 | 240.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 0 | 0 | 0.94 | 1 | 0.07 | 3.78 | 1 | 0.47 |
| Hex | EE | F | 0 | 0 | 5E | 64 | 7 | 4 | 64 | 2F |
| Octal | 356 | 17 | 0 | 0 | 136 | 144 | 7 | 4 | 144 | 57 |
| Binary | 11101110 | 1111 | 0 | 0 | 1011110 | 1100100 | 111 | 100 | 1100100 | 101111 |
Color Harmonies of #EE0F00
Complementary color
Monochromatic Colors of #EE0F00
Black with #EE0F00
Text Example
Text Example
White with #EE0F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0F00; }
p { color: rgb(238,15,0); }
H1.HeaderClassName
{
color: #EE0F00;
}
.AnyTagClassName
{
color: #EE0F00;
}
</style>
background-color css
<style>
a { background-color: #EE0F00; }
a { background-color: rgb(238,15,0); }
div.DivClassName
{
background-color: #EE0F00;
}
.BgClassName
{
background-color: #EE0F00;
}
</style>
border-color css
<style>
span { border-color: #EE0F00; }
span { border-color: rgb(238,15,0); }
td.TdClassName
{
border-color: #EE0F00;
}
.TagClassName
{
border-color: #EE0F00;
}
</style>