Shades of Red #EF0C04
Tints of Red #EF0C04
RGB
CMYK
RGB Variations
Color information
#EF0C04 (or 0xEF0C04) is known color: Red. HEX triplet: EF, 0C and 04. RGB value is (239,12,4). Sum of RGB (Red+Green+Blue) = 239+12+4=255 (33% of max value = 765). Red value is 239 (93.75% from 255 or 93.73% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0C04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0C04 is #10F3FB. Grayscale: #4F4F4F. Windows color (decimal): -1111036 or 265455. OLE color: 265455.
HSL color Cylindrical-coordinate representation of color #EF0C04: hue angle of 2.04º 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 #EF0C04 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 12 | 4 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.06 |
| HSL | 2.04º | 0.97% | 0.48% | - |
| HSV(B) | 2.04º | 0.98% | 0.94% | - |
| XYZ | 35.75 | 18.62 | 1.83 | - |
| YUV | 78.96 | 85.71 | 242.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 12 | 4 | 0 | 0.95 | 0.98 | 0.06 | 2.04 | 0.97 | 0.48 |
| Hex | EF | C | 4 | 0 | 5F | 62 | 6 | 2 | 61 | 30 |
| Octal | 357 | 14 | 4 | 0 | 137 | 142 | 6 | 2 | 141 | 60 |
| Binary | 11101111 | 1100 | 100 | 0 | 1011111 | 1100010 | 110 | 10 | 1100001 | 110000 |
Color Harmonies of #EF0C04
Complementary color
Monochromatic Colors of #EF0C04
Black with #EF0C04
Text Example
Text Example
White with #EF0C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0C04; }
p { color: rgb(239,12,4); }
H1.HeaderClassName
{
color: #EF0C04;
}
.AnyTagClassName
{
color: #EF0C04;
}
</style>
background-color css
<style>
a { background-color: #EF0C04; }
a { background-color: rgb(239,12,4); }
div.DivClassName
{
background-color: #EF0C04;
}
.BgClassName
{
background-color: #EF0C04;
}
</style>
border-color css
<style>
span { border-color: #EF0C04; }
span { border-color: rgb(239,12,4); }
td.TdClassName
{
border-color: #EF0C04;
}
.TagClassName
{
border-color: #EF0C04;
}
</style>