Shades of Torch Red #EF0540
Tints of Torch Red #EF0540
RGB
CMYK
RGB Variations
Color information
#EF0540 (or 0xEF0540) is known color: Torch Red. HEX triplet: EF, 05 and 40. RGB value is (239,5,64). Sum of RGB (Red+Green+Blue) = 239+5+64=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0540 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0540 is #10FABF. Grayscale: #515151. Windows color (decimal): -1112768 or 4195823. OLE color: 4195823.
HSL color Cylindrical-coordinate representation of color #EF0540: hue angle of 344.87º 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 #EF0540 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 5 | 64 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.06 |
| HSL | 344.87º | 0.96% | 0.48% | - |
| HSV(B) | 344.87º | 0.98% | 0.94% | - |
| XYZ | 36.58 | 18.83 | 6.56 | - |
| YUV | 81.69 | 118.02 | 240.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 5 | 64 | 0 | 0.98 | 0.73 | 0.06 | 344.87 | 0.96 | 0.48 |
| Hex | EF | 5 | 40 | 0 | 62 | 49 | 6 | 159 | 60 | 30 |
| Octal | 357 | 5 | 100 | 0 | 142 | 111 | 6 | 531 | 140 | 60 |
| Binary | 11101111 | 101 | 1000000 | 0 | 1100010 | 1001001 | 110 | 101011001 | 1100000 | 110000 |
Color Harmonies of #EF0540
Complementary color
Monochromatic Colors of #EF0540
Black with #EF0540
Text Example
Text Example
White with #EF0540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0540; }
p { color: rgb(239,5,64); }
H1.HeaderClassName
{
color: #EF0540;
}
.AnyTagClassName
{
color: #EF0540;
}
</style>
background-color css
<style>
a { background-color: #EF0540; }
a { background-color: rgb(239,5,64); }
div.DivClassName
{
background-color: #EF0540;
}
.BgClassName
{
background-color: #EF0540;
}
</style>
border-color css
<style>
span { border-color: #EF0540; }
span { border-color: rgb(239,5,64); }
td.TdClassName
{
border-color: #EF0540;
}
.TagClassName
{
border-color: #EF0540;
}
</style>