Shades of Red #EF0F00
Tints of Red #EF0F00
RGB
CMYK
RGB Variations
Color information
#EF0F00 (or 0xEF0F00) is known color: Red. HEX triplet: EF, 0F and 00. RGB value is (239,15,0). Sum of RGB (Red+Green+Blue) = 239+15+0=254 (33% of max value = 765). Red value is 239 (93.75% from 255 or 94.09% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0F00 is #10F0FF. Grayscale: #505050. Windows color (decimal): -1110272 or 4079. OLE color: 4079.
HSL color Cylindrical-coordinate representation of color #EF0F00: hue angle of 3.77º 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 #EF0F00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.06 |
| HSL | 3.77º | 1% | 0.47% | - |
| HSV(B) | 3.77º | 1% | 0.94% | - |
| XYZ | 35.77 | 18.69 | 1.72 | - |
| YUV | 80.27 | 82.71 | 241.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 0 | 0 | 0.94 | 1 | 0.06 | 3.77 | 1 | 0.47 |
| Hex | EF | F | 0 | 0 | 5E | 64 | 6 | 4 | 64 | 2F |
| Octal | 357 | 17 | 0 | 0 | 136 | 144 | 6 | 4 | 144 | 57 |
| Binary | 11101111 | 1111 | 0 | 0 | 1011110 | 1100100 | 110 | 100 | 1100100 | 101111 |
Color Harmonies of #EF0F00
Complementary color
Monochromatic Colors of #EF0F00
Black with #EF0F00
Text Example
Text Example
White with #EF0F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0F00; }
p { color: rgb(239,15,0); }
H1.HeaderClassName
{
color: #EF0F00;
}
.AnyTagClassName
{
color: #EF0F00;
}
</style>
background-color css
<style>
a { background-color: #EF0F00; }
a { background-color: rgb(239,15,0); }
div.DivClassName
{
background-color: #EF0F00;
}
.BgClassName
{
background-color: #EF0F00;
}
</style>
border-color css
<style>
span { border-color: #EF0F00; }
span { border-color: rgb(239,15,0); }
td.TdClassName
{
border-color: #EF0F00;
}
.TagClassName
{
border-color: #EF0F00;
}
</style>