Shades of Torch Red #EF0944
Tints of Torch Red #EF0944
RGB
CMYK
RGB Variations
Color information
#EF0944 (or 0xEF0944) is known color: Torch Red. HEX triplet: EF, 09 and 44. RGB value is (239,9,68). Sum of RGB (Red+Green+Blue) = 239+9+68=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0944 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0944 is #10F6BB. Grayscale: #545454. Windows color (decimal): -1111740 or 4458991. OLE color: 4458991.
HSL color Cylindrical-coordinate representation of color #EF0944: hue angle of 344.61º 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 #EF0944 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 68 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.06 |
| HSL | 344.61º | 0.93% | 0.49% | - |
| HSV(B) | 344.61º | 0.96% | 0.94% | - |
| XYZ | 36.74 | 18.96 | 7.19 | - |
| YUV | 84.5 | 118.7 | 238.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 68 | 0 | 0.96 | 0.72 | 0.06 | 344.61 | 0.93 | 0.49 |
| Hex | EF | 9 | 44 | 0 | 60 | 48 | 6 | 159 | 5D | 31 |
| Octal | 357 | 11 | 104 | 0 | 140 | 110 | 6 | 531 | 135 | 61 |
| Binary | 11101111 | 1001 | 1000100 | 0 | 1100000 | 1001000 | 110 | 101011001 | 1011101 | 110001 |
Color Harmonies of #EF0944
Complementary color
Monochromatic Colors of #EF0944
Black with #EF0944
Text Example
Text Example
White with #EF0944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0944; }
p { color: rgb(239,9,68); }
H1.HeaderClassName
{
color: #EF0944;
}
.AnyTagClassName
{
color: #EF0944;
}
</style>
background-color css
<style>
a { background-color: #EF0944; }
a { background-color: rgb(239,9,68); }
div.DivClassName
{
background-color: #EF0944;
}
.BgClassName
{
background-color: #EF0944;
}
</style>
border-color css
<style>
span { border-color: #EF0944; }
span { border-color: rgb(239,9,68); }
td.TdClassName
{
border-color: #EF0944;
}
.TagClassName
{
border-color: #EF0944;
}
</style>