Shades of Torch Red #EF0119
Tints of Torch Red #EF0119
RGB
CMYK
RGB Variations
Color information
#EF0119 (or 0xEF0119) is known color: Torch Red. HEX triplet: EF, 01 and 19. RGB value is (239,1,25). Sum of RGB (Red+Green+Blue) = 239+1+25=265 (35% of max value = 765). Red value is 239 (93.75% from 255 or 90.19% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0119 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0119 is #10FEE6. Grayscale: #4B4B4B. Windows color (decimal): -1113831 or 1638895. OLE color: 1638895.
HSL color Cylindrical-coordinate representation of color #EF0119: hue angle of 353.95º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0119 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 25 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.06 |
| HSL | 353.95º | 0.99% | 0.47% | - |
| HSV(B) | 353.95º | 1% | 0.94% | - |
| XYZ | 35.78 | 18.44 | 2.59 | - |
| YUV | 74.9 | 99.85 | 245.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 25 | 0 | 1.00 | 0.90 | 0.06 | 353.95 | 0.99 | 0.47 |
| Hex | EF | 1 | 19 | 0 | 64 | 5A | 6 | 162 | 63 | 2F |
| Octal | 357 | 1 | 31 | 0 | 144 | 132 | 6 | 542 | 143 | 57 |
| Binary | 11101111 | 1 | 11001 | 0 | 1100100 | 1011010 | 110 | 101100010 | 1100011 | 101111 |
Color Harmonies of #EF0119
Complementary color
Monochromatic Colors of #EF0119
Black with #EF0119
Text Example
Text Example
White with #EF0119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0119; }
p { color: rgb(239,1,25); }
H1.HeaderClassName
{
color: #EF0119;
}
.AnyTagClassName
{
color: #EF0119;
}
</style>
background-color css
<style>
a { background-color: #EF0119; }
a { background-color: rgb(239,1,25); }
div.DivClassName
{
background-color: #EF0119;
}
.BgClassName
{
background-color: #EF0119;
}
</style>
border-color css
<style>
span { border-color: #EF0119; }
span { border-color: rgb(239,1,25); }
td.TdClassName
{
border-color: #EF0119;
}
.TagClassName
{
border-color: #EF0119;
}
</style>