Shades of Torch Red #EF0741
Tints of Torch Red #EF0741
RGB
CMYK
RGB Variations
Color information
#EF0741 (or 0xEF0741) is known color: Torch Red. HEX triplet: EF, 07 and 41. RGB value is (239,7,65). Sum of RGB (Red+Green+Blue) = 239+7+65=311 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.85% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0741 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0741 is #10F8BE. Grayscale: #525252. Windows color (decimal): -1112255 or 4261871. OLE color: 4261871.
HSL color Cylindrical-coordinate representation of color #EF0741: hue angle of 345º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0741 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 65 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.06 |
| HSL | 345º | 0.94% | 0.48% | - |
| HSV(B) | 345º | 0.97% | 0.94% | - |
| XYZ | 36.63 | 18.88 | 6.72 | - |
| YUV | 82.98 | 117.86 | 239.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 65 | 0 | 0.97 | 0.73 | 0.06 | 345 | 0.94 | 0.48 |
| Hex | EF | 7 | 41 | 0 | 61 | 49 | 6 | 159 | 5E | 30 |
| Octal | 357 | 7 | 101 | 0 | 141 | 111 | 6 | 531 | 136 | 60 |
| Binary | 11101111 | 111 | 1000001 | 0 | 1100001 | 1001001 | 110 | 101011001 | 1011110 | 110000 |
Color Harmonies of #EF0741
Complementary color
Monochromatic Colors of #EF0741
Black with #EF0741
Text Example
Text Example
White with #EF0741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0741; }
p { color: rgb(239,7,65); }
H1.HeaderClassName
{
color: #EF0741;
}
.AnyTagClassName
{
color: #EF0741;
}
</style>
background-color css
<style>
a { background-color: #EF0741; }
a { background-color: rgb(239,7,65); }
div.DivClassName
{
background-color: #EF0741;
}
.BgClassName
{
background-color: #EF0741;
}
</style>
border-color css
<style>
span { border-color: #EF0741; }
span { border-color: rgb(239,7,65); }
td.TdClassName
{
border-color: #EF0741;
}
.TagClassName
{
border-color: #EF0741;
}
</style>