Shades of Torch Red #EF0737
Tints of Torch Red #EF0737
RGB
CMYK
RGB Variations
Color information
#EF0737 (or 0xEF0737) is known color: Torch Red. HEX triplet: EF, 07 and 37. RGB value is (239,7,55). Sum of RGB (Red+Green+Blue) = 239+7+55=301 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.40% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0737 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0737 is #10F8C8. Grayscale: #515151. Windows color (decimal): -1112265 or 3606511. OLE color: 3606511.
HSL color Cylindrical-coordinate representation of color #EF0737: hue angle of 347.59º 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 #EF0737 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 55 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.06 |
| HSL | 347.59º | 0.94% | 0.48% | - |
| HSV(B) | 347.59º | 0.97% | 0.94% | - |
| XYZ | 36.36 | 18.78 | 5.32 | - |
| YUV | 81.84 | 112.86 | 240.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 55 | 0 | 0.97 | 0.77 | 0.06 | 347.59 | 0.94 | 0.48 |
| Hex | EF | 7 | 37 | 0 | 61 | 4D | 6 | 15C | 5E | 30 |
| Octal | 357 | 7 | 67 | 0 | 141 | 115 | 6 | 534 | 136 | 60 |
| Binary | 11101111 | 111 | 110111 | 0 | 1100001 | 1001101 | 110 | 101011100 | 1011110 | 110000 |
Color Harmonies of #EF0737
Complementary color
Monochromatic Colors of #EF0737
Black with #EF0737
Text Example
Text Example
White with #EF0737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0737; }
p { color: rgb(239,7,55); }
H1.HeaderClassName
{
color: #EF0737;
}
.AnyTagClassName
{
color: #EF0737;
}
</style>
background-color css
<style>
a { background-color: #EF0737; }
a { background-color: rgb(239,7,55); }
div.DivClassName
{
background-color: #EF0737;
}
.BgClassName
{
background-color: #EF0737;
}
</style>
border-color css
<style>
span { border-color: #EF0737; }
span { border-color: rgb(239,7,55); }
td.TdClassName
{
border-color: #EF0737;
}
.TagClassName
{
border-color: #EF0737;
}
</style>