Shades of Red #EE0100
Tints of Red #EE0100
RGB
CMYK
RGB Variations
Color information
#EE0100 (or 0xEE0100) is known color: Red. HEX triplet: EE, 01 and 00. RGB value is (238,1,0). Sum of RGB (Red+Green+Blue) = 238+1+0=239 (31% of max value = 765). Red value is 238 (93.36% from 255 or 99.58% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0100 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0100 is #11FEFF. Grayscale: #474747. Windows color (decimal): -1179392 or 494. OLE color: 494.
HSL color Cylindrical-coordinate representation of color #EE0100: hue angle of 0.25º 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 #EE0100 is Cyan = 0, Magento = 1.00, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 0 | - |
| CMYK | 0 | 1.00 | 1 | 0.07 |
| HSL | 0.25º | 1% | 0.47% | - |
| HSV(B) | 0.25º | 1% | 0.93% | - |
| XYZ | 35.27 | 18.2 | 1.65 | - |
| YUV | 71.75 | 87.52 | 246.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 0 | 0 | 1.00 | 1 | 0.07 | 0.25 | 1 | 0.47 |
| Hex | EE | 1 | 0 | 0 | 64 | 64 | 7 | 0 | 64 | 2F |
| Octal | 356 | 1 | 0 | 0 | 144 | 144 | 7 | 0 | 144 | 57 |
| Binary | 11101110 | 1 | 0 | 0 | 1100100 | 1100100 | 111 | 0 | 1100100 | 101111 |
Color Harmonies of #EE0100
Complementary color
Monochromatic Colors of #EE0100
Black with #EE0100
Text Example
Text Example
White with #EE0100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0100; }
p { color: rgb(238,1,0); }
H1.HeaderClassName
{
color: #EE0100;
}
.AnyTagClassName
{
color: #EE0100;
}
</style>
background-color css
<style>
a { background-color: #EE0100; }
a { background-color: rgb(238,1,0); }
div.DivClassName
{
background-color: #EE0100;
}
.BgClassName
{
background-color: #EE0100;
}
</style>
border-color css
<style>
span { border-color: #EE0100; }
span { border-color: rgb(238,1,0); }
td.TdClassName
{
border-color: #EE0100;
}
.TagClassName
{
border-color: #EE0100;
}
</style>