Shades of Red #EF0505
Tints of Red #EF0505
RGB
CMYK
RGB Variations
Color information
#EF0505 (or 0xEF0505) is known color: Red. HEX triplet: EF, 05 and 05. RGB value is (239,5,5). Sum of RGB (Red+Green+Blue) = 239+5+5=249 (32% of max value = 765). Red value is 239 (93.75% from 255 or 95.98% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0505 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0505 is #10FAFA. Grayscale: #4B4B4B. Windows color (decimal): -1112827 or 329199. OLE color: 329199.
HSL color Cylindrical-coordinate representation of color #EF0505: hue angle of 0º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF0505 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 5 | 5 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.06 |
| HSL | 0º | 0.96% | 0.48% | - |
| HSV(B) | 0º | 0.98% | 0.94% | - |
| XYZ | 35.68 | 18.47 | 1.83 | - |
| YUV | 74.97 | 88.52 | 245 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 5 | 5 | 0 | 0.98 | 0.98 | 0.06 | 0 | 0.96 | 0.48 |
| Hex | EF | 5 | 5 | 0 | 62 | 62 | 6 | 0 | 60 | 30 |
| Octal | 357 | 5 | 5 | 0 | 142 | 142 | 6 | 0 | 140 | 60 |
| Binary | 11101111 | 101 | 101 | 0 | 1100010 | 1100010 | 110 | 0 | 1100000 | 110000 |
Color Harmonies of #EF0505
Complementary color
Monochromatic Colors of #EF0505
Black with #EF0505
Text Example
Text Example
White with #EF0505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0505; }
p { color: rgb(239,5,5); }
H1.HeaderClassName
{
color: #EF0505;
}
.AnyTagClassName
{
color: #EF0505;
}
</style>
background-color css
<style>
a { background-color: #EF0505; }
a { background-color: rgb(239,5,5); }
div.DivClassName
{
background-color: #EF0505;
}
.BgClassName
{
background-color: #EF0505;
}
</style>
border-color css
<style>
span { border-color: #EF0505; }
span { border-color: rgb(239,5,5); }
td.TdClassName
{
border-color: #EF0505;
}
.TagClassName
{
border-color: #EF0505;
}
</style>