Shades of Red #EF0705
Tints of Red #EF0705
RGB
CMYK
RGB Variations
Color information
#EF0705 (or 0xEF0705) is known color: Red. HEX triplet: EF, 07 and 05. RGB value is (239,7,5). Sum of RGB (Red+Green+Blue) = 239+7+5=251 (33% of max value = 765). Red value is 239 (93.75% from 255 or 95.22% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0705 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0705 is #10F8FA. Grayscale: #4C4C4C. Windows color (decimal): -1112315 or 329711. OLE color: 329711.
HSL color Cylindrical-coordinate representation of color #EF0705: hue angle of 0.51º 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 #EF0705 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 5 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.06 |
| HSL | 0.51º | 0.96% | 0.48% | - |
| HSV(B) | 0.51º | 0.98% | 0.94% | - |
| XYZ | 35.7 | 18.51 | 1.84 | - |
| YUV | 76.14 | 87.86 | 244.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 5 | 0 | 0.97 | 0.98 | 0.06 | 0.51 | 0.96 | 0.48 |
| Hex | EF | 7 | 5 | 0 | 61 | 62 | 6 | 1 | 60 | 30 |
| Octal | 357 | 7 | 5 | 0 | 141 | 142 | 6 | 1 | 140 | 60 |
| Binary | 11101111 | 111 | 101 | 0 | 1100001 | 1100010 | 110 | 1 | 1100000 | 110000 |
Color Harmonies of #EF0705
Complementary color
Monochromatic Colors of #EF0705
Black with #EF0705
Text Example
Text Example
White with #EF0705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0705; }
p { color: rgb(239,7,5); }
H1.HeaderClassName
{
color: #EF0705;
}
.AnyTagClassName
{
color: #EF0705;
}
</style>
background-color css
<style>
a { background-color: #EF0705; }
a { background-color: rgb(239,7,5); }
div.DivClassName
{
background-color: #EF0705;
}
.BgClassName
{
background-color: #EF0705;
}
</style>
border-color css
<style>
span { border-color: #EF0705; }
span { border-color: rgb(239,7,5); }
td.TdClassName
{
border-color: #EF0705;
}
.TagClassName
{
border-color: #EF0705;
}
</style>