Shades of Red #EF0201
Tints of Red #EF0201
RGB
CMYK
RGB Variations
Color information
#EF0201 (or 0xEF0201) is known color: Red. HEX triplet: EF, 02 and 01. RGB value is (239,2,1). Sum of RGB (Red+Green+Blue) = 239+2+1=242 (32% of max value = 765). Red value is 239 (93.75% from 255 or 98.76% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0201 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0201 is #10FDFE. Grayscale: #484848. Windows color (decimal): -1113599 or 66287. OLE color: 66287.
HSL color Cylindrical-coordinate representation of color #EF0201: hue angle of 0.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0201 is Cyan = 0, Magento = 0.99, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 1 | - |
| CMYK | 0 | 0.99 | 1.00 | 0.06 |
| HSL | 0.25º | 0.99% | 0.47% | - |
| HSV(B) | 0.25º | 1% | 0.94% | - |
| XYZ | 35.62 | 18.4 | 1.7 | - |
| YUV | 72.75 | 87.52 | 246.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 1 | 0 | 0.99 | 1.00 | 0.06 | 0.25 | 0.99 | 0.47 |
| Hex | EF | 2 | 1 | 0 | 63 | 64 | 6 | 0 | 63 | 2F |
| Octal | 357 | 2 | 1 | 0 | 143 | 144 | 6 | 0 | 143 | 57 |
| Binary | 11101111 | 10 | 1 | 0 | 1100011 | 1100100 | 110 | 0 | 1100011 | 101111 |
Color Harmonies of #EF0201
Complementary color
Monochromatic Colors of #EF0201
Black with #EF0201
Text Example
Text Example
White with #EF0201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0201; }
p { color: rgb(239,2,1); }
H1.HeaderClassName
{
color: #EF0201;
}
.AnyTagClassName
{
color: #EF0201;
}
</style>
background-color css
<style>
a { background-color: #EF0201; }
a { background-color: rgb(239,2,1); }
div.DivClassName
{
background-color: #EF0201;
}
.BgClassName
{
background-color: #EF0201;
}
</style>
border-color css
<style>
span { border-color: #EF0201; }
span { border-color: rgb(239,2,1); }
td.TdClassName
{
border-color: #EF0201;
}
.TagClassName
{
border-color: #EF0201;
}
</style>