Shades of Red #EF0A08
Tints of Red #EF0A08
RGB
CMYK
RGB Variations
Color information
#EF0A08 (or 0xEF0A08) is known color: Red. HEX triplet: EF, 0A and 08. RGB value is (239,10,8). Sum of RGB (Red+Green+Blue) = 239+10+8=257 (34% of max value = 765). Red value is 239 (93.75% from 255 or 93.00% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0A08 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0A08 is #10F5F7. Grayscale: #4E4E4E. Windows color (decimal): -1111544 or 527087. OLE color: 527087.
HSL color Cylindrical-coordinate representation of color #EF0A08: hue angle of 0.52º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0A08 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 10 | 8 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.06 |
| HSL | 0.52º | 0.94% | 0.48% | - |
| HSV(B) | 0.52º | 0.97% | 0.94% | - |
| XYZ | 35.75 | 18.59 | 1.93 | - |
| YUV | 78.24 | 88.37 | 242.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 10 | 8 | 0 | 0.96 | 0.97 | 0.06 | 0.52 | 0.94 | 0.48 |
| Hex | EF | A | 8 | 0 | 60 | 61 | 6 | 1 | 5E | 30 |
| Octal | 357 | 12 | 10 | 0 | 140 | 141 | 6 | 1 | 136 | 60 |
| Binary | 11101111 | 1010 | 1000 | 0 | 1100000 | 1100001 | 110 | 1 | 1011110 | 110000 |
Color Harmonies of #EF0A08
Complementary color
Monochromatic Colors of #EF0A08
Black with #EF0A08
Text Example
Text Example
White with #EF0A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0A08; }
p { color: rgb(239,10,8); }
H1.HeaderClassName
{
color: #EF0A08;
}
.AnyTagClassName
{
color: #EF0A08;
}
</style>
background-color css
<style>
a { background-color: #EF0A08; }
a { background-color: rgb(239,10,8); }
div.DivClassName
{
background-color: #EF0A08;
}
.BgClassName
{
background-color: #EF0A08;
}
</style>
border-color css
<style>
span { border-color: #EF0A08; }
span { border-color: rgb(239,10,8); }
td.TdClassName
{
border-color: #EF0A08;
}
.TagClassName
{
border-color: #EF0A08;
}
</style>