Shades of Torch Red #EF1019
Tints of Torch Red #EF1019
RGB
CMYK
RGB Variations
Color information
#EF1019 (or 0xEF1019) is known color: Torch Red. HEX triplet: EF, 10 and 19. RGB value is (239,16,25). Sum of RGB (Red+Green+Blue) = 239+16+25=280 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.36% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1019 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1019 is #10EFE6. Grayscale: #535353. Windows color (decimal): -1109991 or 1642735. OLE color: 1642735.
HSL color Cylindrical-coordinate representation of color #EF1019: hue angle of 357.58º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1019 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 25 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.06 |
| HSL | 357.58º | 0.87% | 0.5% | - |
| HSV(B) | 357.58º | 0.93% | 0.94% | - |
| XYZ | 35.96 | 18.79 | 2.65 | - |
| YUV | 83.7 | 94.88 | 238.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 25 | 0 | 0.93 | 0.90 | 0.06 | 357.58 | 0.87 | 0.5 |
| Hex | EF | 10 | 19 | 0 | 5D | 5A | 6 | 166 | 57 | 32 |
| Octal | 357 | 20 | 31 | 0 | 135 | 132 | 6 | 546 | 127 | 62 |
| Binary | 11101111 | 10000 | 11001 | 0 | 1011101 | 1011010 | 110 | 101100110 | 1010111 | 110010 |
Color Harmonies of #EF1019
Complementary color
Monochromatic Colors of #EF1019
Black with #EF1019
Text Example
Text Example
White with #EF1019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1019; }
p { color: rgb(239,16,25); }
H1.HeaderClassName
{
color: #EF1019;
}
.AnyTagClassName
{
color: #EF1019;
}
</style>
background-color css
<style>
a { background-color: #EF1019; }
a { background-color: rgb(239,16,25); }
div.DivClassName
{
background-color: #EF1019;
}
.BgClassName
{
background-color: #EF1019;
}
</style>
border-color css
<style>
span { border-color: #EF1019; }
span { border-color: rgb(239,16,25); }
td.TdClassName
{
border-color: #EF1019;
}
.TagClassName
{
border-color: #EF1019;
}
</style>