Shades of Torch Red #EF0117
Tints of Torch Red #EF0117
RGB
CMYK
RGB Variations
Color information
#EF0117 (or 0xEF0117) is known color: Torch Red. HEX triplet: EF, 01 and 17. RGB value is (239,1,23). Sum of RGB (Red+Green+Blue) = 239+1+23=263 (34% of max value = 765). Red value is 239 (93.75% from 255 or 90.87% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 23 (9.38% from 255 or 8.75% from 263); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0117 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0117 is #10FEE8. Grayscale: #4A4A4A. Windows color (decimal): -1113833 or 1507823. OLE color: 1507823.
HSL color Cylindrical-coordinate representation of color #EF0117: hue angle of 354.45º 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 #EF0117 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 23 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.06 |
| HSL | 354.45º | 0.99% | 0.47% | - |
| HSV(B) | 354.45º | 1% | 0.94% | - |
| XYZ | 35.76 | 18.43 | 2.48 | - |
| YUV | 74.67 | 98.85 | 245.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 23 | 0 | 1.00 | 0.90 | 0.06 | 354.45 | 0.99 | 0.47 |
| Hex | EF | 1 | 17 | 0 | 64 | 5A | 6 | 162 | 63 | 2F |
| Octal | 357 | 1 | 27 | 0 | 144 | 132 | 6 | 542 | 143 | 57 |
| Binary | 11101111 | 1 | 10111 | 0 | 1100100 | 1011010 | 110 | 101100010 | 1100011 | 101111 |
Color Harmonies of #EF0117
Complementary color
Monochromatic Colors of #EF0117
Black with #EF0117
Text Example
Text Example
White with #EF0117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0117; }
p { color: rgb(239,1,23); }
H1.HeaderClassName
{
color: #EF0117;
}
.AnyTagClassName
{
color: #EF0117;
}
</style>
background-color css
<style>
a { background-color: #EF0117; }
a { background-color: rgb(239,1,23); }
div.DivClassName
{
background-color: #EF0117;
}
.BgClassName
{
background-color: #EF0117;
}
</style>
border-color css
<style>
span { border-color: #EF0117; }
span { border-color: rgb(239,1,23); }
td.TdClassName
{
border-color: #EF0117;
}
.TagClassName
{
border-color: #EF0117;
}
</style>