Shades of Red #EF1204
Tints of Red #EF1204
RGB
CMYK
RGB Variations
Color information
#EF1204 (or 0xEF1204) is known color: Red. HEX triplet: EF, 12 and 04. RGB value is (239,18,4). Sum of RGB (Red+Green+Blue) = 239+18+4=261 (34% of max value = 765). Red value is 239 (93.75% from 255 or 91.57% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1204 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1204 is #10EDFB. Grayscale: #525252. Windows color (decimal): -1109500 or 266991. OLE color: 266991.
HSL color Cylindrical-coordinate representation of color #EF1204: hue angle of 3.57º 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 #EF1204 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 4 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.06 |
| HSL | 3.57º | 0.97% | 0.48% | - |
| HSV(B) | 3.57º | 0.98% | 0.94% | - |
| XYZ | 35.83 | 18.79 | 1.85 | - |
| YUV | 82.48 | 83.72 | 239.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 4 | 0 | 0.92 | 0.98 | 0.06 | 3.57 | 0.97 | 0.48 |
| Hex | EF | 12 | 4 | 0 | 5C | 62 | 6 | 4 | 61 | 30 |
| Octal | 357 | 22 | 4 | 0 | 134 | 142 | 6 | 4 | 141 | 60 |
| Binary | 11101111 | 10010 | 100 | 0 | 1011100 | 1100010 | 110 | 100 | 1100001 | 110000 |
Color Harmonies of #EF1204
Complementary color
Monochromatic Colors of #EF1204
Black with #EF1204
Text Example
Text Example
White with #EF1204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1204; }
p { color: rgb(239,18,4); }
H1.HeaderClassName
{
color: #EF1204;
}
.AnyTagClassName
{
color: #EF1204;
}
</style>
background-color css
<style>
a { background-color: #EF1204; }
a { background-color: rgb(239,18,4); }
div.DivClassName
{
background-color: #EF1204;
}
.BgClassName
{
background-color: #EF1204;
}
</style>
border-color css
<style>
span { border-color: #EF1204; }
span { border-color: rgb(239,18,4); }
td.TdClassName
{
border-color: #EF1204;
}
.TagClassName
{
border-color: #EF1204;
}
</style>