Shades of Red #EE0201
Tints of Red #EE0201
RGB
CMYK
RGB Variations
Color information
#EE0201 (or 0xEE0201) is known color: Red. HEX triplet: EE, 02 and 01. RGB value is (238,2,1). Sum of RGB (Red+Green+Blue) = 238+2+1=241 (31% of max value = 765). Red value is 238 (93.36% from 255 or 98.76% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0201 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0201 is #11FDFE. Grayscale: #484848. Windows color (decimal): -1179135 or 66286. OLE color: 66286.
HSL color Cylindrical-coordinate representation of color #EE0201: hue angle of 0.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0201 is Cyan = 0, Magento = 0.99, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 2 | 1 | - |
| CMYK | 0 | 0.99 | 1.00 | 0.07 |
| HSL | 0.25º | 0.99% | 0.47% | - |
| HSV(B) | 0.25º | 1% | 0.93% | - |
| XYZ | 35.29 | 18.22 | 1.69 | - |
| YUV | 72.45 | 87.69 | 246.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 1 | 0 | 0.99 | 1.00 | 0.07 | 0.25 | 0.99 | 0.47 |
| Hex | EE | 2 | 1 | 0 | 63 | 64 | 7 | 0 | 63 | 2F |
| Octal | 356 | 2 | 1 | 0 | 143 | 144 | 7 | 0 | 143 | 57 |
| Binary | 11101110 | 10 | 1 | 0 | 1100011 | 1100100 | 111 | 0 | 1100011 | 101111 |
Color Harmonies of #EE0201
Complementary color
Monochromatic Colors of #EE0201
Black with #EE0201
Text Example
Text Example
White with #EE0201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0201; }
p { color: rgb(238,2,1); }
H1.HeaderClassName
{
color: #EE0201;
}
.AnyTagClassName
{
color: #EE0201;
}
</style>
background-color css
<style>
a { background-color: #EE0201; }
a { background-color: rgb(238,2,1); }
div.DivClassName
{
background-color: #EE0201;
}
.BgClassName
{
background-color: #EE0201;
}
</style>
border-color css
<style>
span { border-color: #EE0201; }
span { border-color: rgb(238,2,1); }
td.TdClassName
{
border-color: #EE0201;
}
.TagClassName
{
border-color: #EE0201;
}
</style>