Shades of Torch Red #EF0940
Tints of Torch Red #EF0940
RGB
CMYK
RGB Variations
Color information
#EF0940 (or 0xEF0940) is known color: Torch Red. HEX triplet: EF, 09 and 40. RGB value is (239,9,64). Sum of RGB (Red+Green+Blue) = 239+9+64=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0940 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0940 is #10F6BF. Grayscale: #545454. Windows color (decimal): -1111744 or 4196847. OLE color: 4196847.
HSL color Cylindrical-coordinate representation of color #EF0940: hue angle of 345.65º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0940 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 64 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.06 |
| HSL | 345.65º | 0.93% | 0.49% | - |
| HSV(B) | 345.65º | 0.96% | 0.94% | - |
| XYZ | 36.62 | 18.92 | 6.57 | - |
| YUV | 84.04 | 116.7 | 238.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 64 | 0 | 0.96 | 0.73 | 0.06 | 345.65 | 0.93 | 0.49 |
| Hex | EF | 9 | 40 | 0 | 60 | 49 | 6 | 15A | 5D | 31 |
| Octal | 357 | 11 | 100 | 0 | 140 | 111 | 6 | 532 | 135 | 61 |
| Binary | 11101111 | 1001 | 1000000 | 0 | 1100000 | 1001001 | 110 | 101011010 | 1011101 | 110001 |
Color Harmonies of #EF0940
Complementary color
Monochromatic Colors of #EF0940
Black with #EF0940
Text Example
Text Example
White with #EF0940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0940; }
p { color: rgb(239,9,64); }
H1.HeaderClassName
{
color: #EF0940;
}
.AnyTagClassName
{
color: #EF0940;
}
</style>
background-color css
<style>
a { background-color: #EF0940; }
a { background-color: rgb(239,9,64); }
div.DivClassName
{
background-color: #EF0940;
}
.BgClassName
{
background-color: #EF0940;
}
</style>
border-color css
<style>
span { border-color: #EF0940; }
span { border-color: rgb(239,9,64); }
td.TdClassName
{
border-color: #EF0940;
}
.TagClassName
{
border-color: #EF0940;
}
</style>