Shades of Red #EF0500
Tints of Red #EF0500
RGB
CMYK
RGB Variations
Color information
#EF0500 (or 0xEF0500) is known color: Red. HEX triplet: EF, 05 and 00. RGB value is (239,5,0). Sum of RGB (Red+Green+Blue) = 239+5+0=244 (32% of max value = 765). Red value is 239 (93.75% from 255 or 97.95% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0500 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0500 is #10FAFF. Grayscale: #4A4A4A. Windows color (decimal): -1112832 or 1519. OLE color: 1519.
HSL color Cylindrical-coordinate representation of color #EF0500: hue angle of 1.26º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0500 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 5 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.06 |
| HSL | 1.26º | 1% | 0.47% | - |
| HSV(B) | 1.26º | 1% | 0.94% | - |
| XYZ | 35.65 | 18.46 | 1.68 | - |
| YUV | 74.4 | 86.02 | 245.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 5 | 0 | 0 | 0.98 | 1 | 0.06 | 1.26 | 1 | 0.47 |
| Hex | EF | 5 | 0 | 0 | 62 | 64 | 6 | 1 | 64 | 2F |
| Octal | 357 | 5 | 0 | 0 | 142 | 144 | 6 | 1 | 144 | 57 |
| Binary | 11101111 | 101 | 0 | 0 | 1100010 | 1100100 | 110 | 1 | 1100100 | 101111 |
Color Harmonies of #EF0500
Complementary color
Monochromatic Colors of #EF0500
Black with #EF0500
Text Example
Text Example
White with #EF0500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0500; }
p { color: rgb(239,5,0); }
H1.HeaderClassName
{
color: #EF0500;
}
.AnyTagClassName
{
color: #EF0500;
}
</style>
background-color css
<style>
a { background-color: #EF0500; }
a { background-color: rgb(239,5,0); }
div.DivClassName
{
background-color: #EF0500;
}
.BgClassName
{
background-color: #EF0500;
}
</style>
border-color css
<style>
span { border-color: #EF0500; }
span { border-color: rgb(239,5,0); }
td.TdClassName
{
border-color: #EF0500;
}
.TagClassName
{
border-color: #EF0500;
}
</style>