Shades of Red #EF120A
Tints of Red #EF120A
RGB
CMYK
RGB Variations
Color information
#EF120A (or 0xEF120A) is known color: Red. HEX triplet: EF, 12 and 0A. RGB value is (239,18,10). Sum of RGB (Red+Green+Blue) = 239+18+10=267 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.51% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 239 - color contains mainly: red. Hex color #EF120A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF120A is #10EDF5. Grayscale: #535353. Windows color (decimal): -1109494 or 660207. OLE color: 660207.
HSL color Cylindrical-coordinate representation of color #EF120A: hue angle of 2.1º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF120A is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 10 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.06 |
| HSL | 2.1º | 0.92% | 0.49% | - |
| HSV(B) | 2.1º | 0.96% | 0.94% | - |
| XYZ | 35.87 | 18.81 | 2.03 | - |
| YUV | 83.17 | 86.72 | 239.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 10 | 0 | 0.92 | 0.96 | 0.06 | 2.1 | 0.92 | 0.49 |
| Hex | EF | 12 | A | 0 | 5C | 60 | 6 | 2 | 5C | 31 |
| Octal | 357 | 22 | 12 | 0 | 134 | 140 | 6 | 2 | 134 | 61 |
| Binary | 11101111 | 10010 | 1010 | 0 | 1011100 | 1100000 | 110 | 10 | 1011100 | 110001 |
Color Harmonies of #EF120A
Complementary color
Monochromatic Colors of #EF120A
Black with #EF120A
Text Example
Text Example
White with #EF120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF120A; }
p { color: rgb(239,18,10); }
H1.HeaderClassName
{
color: #EF120A;
}
.AnyTagClassName
{
color: #EF120A;
}
</style>
background-color css
<style>
a { background-color: #EF120A; }
a { background-color: rgb(239,18,10); }
div.DivClassName
{
background-color: #EF120A;
}
.BgClassName
{
background-color: #EF120A;
}
</style>
border-color css
<style>
span { border-color: #EF120A; }
span { border-color: rgb(239,18,10); }
td.TdClassName
{
border-color: #EF120A;
}
.TagClassName
{
border-color: #EF120A;
}
</style>