Shades of Red #EF0A04
Tints of Red #EF0A04
RGB
CMYK
RGB Variations
Color information
#EF0A04 (or 0xEF0A04) is known color: Red. HEX triplet: EF, 0A and 04. RGB value is (239,10,4). Sum of RGB (Red+Green+Blue) = 239+10+4=253 (33% of max value = 765). Red value is 239 (93.75% from 255 or 94.47% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0A04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0A04 is #10F5FB. Grayscale: #4E4E4E. Windows color (decimal): -1111548 or 264943. OLE color: 264943.
HSL color Cylindrical-coordinate representation of color #EF0A04: hue angle of 1.53º degrees, saturation: 0.97, 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 #EF0A04 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 10 | 4 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.06 |
| HSL | 1.53º | 0.97% | 0.48% | - |
| HSV(B) | 1.53º | 0.98% | 0.94% | - |
| XYZ | 35.73 | 18.58 | 1.82 | - |
| YUV | 77.79 | 86.37 | 242.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 10 | 4 | 0 | 0.96 | 0.98 | 0.06 | 1.53 | 0.97 | 0.48 |
| Hex | EF | A | 4 | 0 | 60 | 62 | 6 | 2 | 61 | 30 |
| Octal | 357 | 12 | 4 | 0 | 140 | 142 | 6 | 2 | 141 | 60 |
| Binary | 11101111 | 1010 | 100 | 0 | 1100000 | 1100010 | 110 | 10 | 1100001 | 110000 |
Color Harmonies of #EF0A04
Complementary color
Monochromatic Colors of #EF0A04
Black with #EF0A04
Text Example
Text Example
White with #EF0A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0A04; }
p { color: rgb(239,10,4); }
H1.HeaderClassName
{
color: #EF0A04;
}
.AnyTagClassName
{
color: #EF0A04;
}
</style>
background-color css
<style>
a { background-color: #EF0A04; }
a { background-color: rgb(239,10,4); }
div.DivClassName
{
background-color: #EF0A04;
}
.BgClassName
{
background-color: #EF0A04;
}
</style>
border-color css
<style>
span { border-color: #EF0A04; }
span { border-color: rgb(239,10,4); }
td.TdClassName
{
border-color: #EF0A04;
}
.TagClassName
{
border-color: #EF0A04;
}
</style>