Shades of Red #EF0502
Tints of Red #EF0502
RGB
CMYK
RGB Variations
Color information
#EF0502 (or 0xEF0502) is known color: Red. HEX triplet: EF, 05 and 02. RGB value is (239,5,2). Sum of RGB (Red+Green+Blue) = 239+5+2=246 (32% of max value = 765). Red value is 239 (93.75% from 255 or 97.15% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0502 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0502 is #10FAFD. Grayscale: #4A4A4A. Windows color (decimal): -1112830 or 132591. OLE color: 132591.
HSL color Cylindrical-coordinate representation of color #EF0502: hue angle of 0.76º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF0502 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 5 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.06 |
| HSL | 0.76º | 0.98% | 0.47% | - |
| HSV(B) | 0.76º | 0.99% | 0.94% | - |
| XYZ | 35.66 | 18.46 | 1.74 | - |
| YUV | 74.62 | 87.02 | 245.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 5 | 2 | 0 | 0.98 | 0.99 | 0.06 | 0.76 | 0.98 | 0.47 |
| Hex | EF | 5 | 2 | 0 | 62 | 63 | 6 | 1 | 62 | 2F |
| Octal | 357 | 5 | 2 | 0 | 142 | 143 | 6 | 1 | 142 | 57 |
| Binary | 11101111 | 101 | 10 | 0 | 1100010 | 1100011 | 110 | 1 | 1100010 | 101111 |
Color Harmonies of #EF0502
Complementary color
Monochromatic Colors of #EF0502
Black with #EF0502
Text Example
Text Example
White with #EF0502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0502; }
p { color: rgb(239,5,2); }
H1.HeaderClassName
{
color: #EF0502;
}
.AnyTagClassName
{
color: #EF0502;
}
</style>
background-color css
<style>
a { background-color: #EF0502; }
a { background-color: rgb(239,5,2); }
div.DivClassName
{
background-color: #EF0502;
}
.BgClassName
{
background-color: #EF0502;
}
</style>
border-color css
<style>
span { border-color: #EF0502; }
span { border-color: rgb(239,5,2); }
td.TdClassName
{
border-color: #EF0502;
}
.TagClassName
{
border-color: #EF0502;
}
</style>