Shades of Torch Red #EF0517
Tints of Torch Red #EF0517
RGB
CMYK
RGB Variations
Color information
#EF0517 (or 0xEF0517) is known color: Torch Red. HEX triplet: EF, 05 and 17. RGB value is (239,5,23). Sum of RGB (Red+Green+Blue) = 239+5+23=267 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.51% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0517 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0517 is #10FAE8. Grayscale: #4D4D4D. Windows color (decimal): -1112809 or 1508847. OLE color: 1508847.
HSL color Cylindrical-coordinate representation of color #EF0517: hue angle of 355.38º degrees, saturation: 0.96, 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 #EF0517 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 5 | 23 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.06 |
| HSL | 355.38º | 0.96% | 0.48% | - |
| HSV(B) | 355.38º | 0.98% | 0.94% | - |
| XYZ | 35.81 | 18.52 | 2.5 | - |
| YUV | 77.02 | 97.52 | 243.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 5 | 23 | 0 | 0.98 | 0.90 | 0.06 | 355.38 | 0.96 | 0.48 |
| Hex | EF | 5 | 17 | 0 | 62 | 5A | 6 | 163 | 60 | 30 |
| Octal | 357 | 5 | 27 | 0 | 142 | 132 | 6 | 543 | 140 | 60 |
| Binary | 11101111 | 101 | 10111 | 0 | 1100010 | 1011010 | 110 | 101100011 | 1100000 | 110000 |
Color Harmonies of #EF0517
Complementary color
Monochromatic Colors of #EF0517
Black with #EF0517
Text Example
Text Example
White with #EF0517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0517; }
p { color: rgb(239,5,23); }
H1.HeaderClassName
{
color: #EF0517;
}
.AnyTagClassName
{
color: #EF0517;
}
</style>
background-color css
<style>
a { background-color: #EF0517; }
a { background-color: rgb(239,5,23); }
div.DivClassName
{
background-color: #EF0517;
}
.BgClassName
{
background-color: #EF0517;
}
</style>
border-color css
<style>
span { border-color: #EF0517; }
span { border-color: rgb(239,5,23); }
td.TdClassName
{
border-color: #EF0517;
}
.TagClassName
{
border-color: #EF0517;
}
</style>