Shades of Torch Red #EF0742
Tints of Torch Red #EF0742
RGB
CMYK
RGB Variations
Color information
#EF0742 (or 0xEF0742) is known color: Torch Red. HEX triplet: EF, 07 and 42. RGB value is (239,7,66). Sum of RGB (Red+Green+Blue) = 239+7+66=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0742 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0742 is #10F8BD. Grayscale: #535353. Windows color (decimal): -1112254 or 4327407. OLE color: 4327407.
HSL color Cylindrical-coordinate representation of color #EF0742: hue angle of 344.74º 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 #EF0742 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 66 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.06 |
| HSL | 344.74º | 0.94% | 0.48% | - |
| HSV(B) | 344.74º | 0.97% | 0.94% | - |
| XYZ | 36.66 | 18.9 | 6.87 | - |
| YUV | 83.09 | 118.36 | 239.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 66 | 0 | 0.97 | 0.72 | 0.06 | 344.74 | 0.94 | 0.48 |
| Hex | EF | 7 | 42 | 0 | 61 | 48 | 6 | 159 | 5E | 30 |
| Octal | 357 | 7 | 102 | 0 | 141 | 110 | 6 | 531 | 136 | 60 |
| Binary | 11101111 | 111 | 1000010 | 0 | 1100001 | 1001000 | 110 | 101011001 | 1011110 | 110000 |
Color Harmonies of #EF0742
Complementary color
Monochromatic Colors of #EF0742
Black with #EF0742
Text Example
Text Example
White with #EF0742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0742; }
p { color: rgb(239,7,66); }
H1.HeaderClassName
{
color: #EF0742;
}
.AnyTagClassName
{
color: #EF0742;
}
</style>
background-color css
<style>
a { background-color: #EF0742; }
a { background-color: rgb(239,7,66); }
div.DivClassName
{
background-color: #EF0742;
}
.BgClassName
{
background-color: #EF0742;
}
</style>
border-color css
<style>
span { border-color: #EF0742; }
span { border-color: rgb(239,7,66); }
td.TdClassName
{
border-color: #EF0742;
}
.TagClassName
{
border-color: #EF0742;
}
</style>