Shades of Red #EE0501
Tints of Red #EE0501
RGB
CMYK
RGB Variations
Color information
#EE0501 (or 0xEE0501) is known color: Red. HEX triplet: EE, 05 and 01. RGB value is (238,5,1). Sum of RGB (Red+Green+Blue) = 238+5+1=244 (32% of max value = 765). Red value is 238 (93.36% from 255 or 97.54% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0501 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0501 is #11FAFE. Grayscale: #4A4A4A. Windows color (decimal): -1178367 or 67054. OLE color: 67054.
HSL color Cylindrical-coordinate representation of color #EE0501: hue angle of 1.01º 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 #EE0501 is Cyan = 0, Magento = 0.98, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 1 | - |
| CMYK | 0 | 0.98 | 1.00 | 0.07 |
| HSL | 1.01º | 0.99% | 0.47% | - |
| HSV(B) | 1.01º | 1% | 0.93% | - |
| XYZ | 35.32 | 18.29 | 1.7 | - |
| YUV | 74.21 | 86.69 | 244.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 1 | 0 | 0.98 | 1.00 | 0.07 | 1.01 | 0.99 | 0.47 |
| Hex | EE | 5 | 1 | 0 | 62 | 64 | 7 | 1 | 63 | 2F |
| Octal | 356 | 5 | 1 | 0 | 142 | 144 | 7 | 1 | 143 | 57 |
| Binary | 11101110 | 101 | 1 | 0 | 1100010 | 1100100 | 111 | 1 | 1100011 | 101111 |
Color Harmonies of #EE0501
Complementary color
Monochromatic Colors of #EE0501
Black with #EE0501
Text Example
Text Example
White with #EE0501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0501; }
p { color: rgb(238,5,1); }
H1.HeaderClassName
{
color: #EE0501;
}
.AnyTagClassName
{
color: #EE0501;
}
</style>
background-color css
<style>
a { background-color: #EE0501; }
a { background-color: rgb(238,5,1); }
div.DivClassName
{
background-color: #EE0501;
}
.BgClassName
{
background-color: #EE0501;
}
</style>
border-color css
<style>
span { border-color: #EE0501; }
span { border-color: rgb(238,5,1); }
td.TdClassName
{
border-color: #EE0501;
}
.TagClassName
{
border-color: #EE0501;
}
</style>