Shades of Torch Red #EF0735
Tints of Torch Red #EF0735
RGB
CMYK
RGB Variations
Color information
#EF0735 (or 0xEF0735) is known color: Torch Red. HEX triplet: EF, 07 and 35. RGB value is (239,7,53). Sum of RGB (Red+Green+Blue) = 239+7+53=299 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.93% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0735 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0735 is #10F8CA. Grayscale: #515151. Windows color (decimal): -1112267 or 3475439. OLE color: 3475439.
HSL color Cylindrical-coordinate representation of color #EF0735: hue angle of 348.1º 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 #EF0735 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 53 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.06 |
| HSL | 348.1º | 0.94% | 0.48% | - |
| HSV(B) | 348.1º | 0.97% | 0.94% | - |
| XYZ | 36.32 | 18.76 | 5.08 | - |
| YUV | 81.61 | 111.86 | 240.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 53 | 0 | 0.97 | 0.78 | 0.06 | 348.1 | 0.94 | 0.48 |
| Hex | EF | 7 | 35 | 0 | 61 | 4E | 6 | 15C | 5E | 30 |
| Octal | 357 | 7 | 65 | 0 | 141 | 116 | 6 | 534 | 136 | 60 |
| Binary | 11101111 | 111 | 110101 | 0 | 1100001 | 1001110 | 110 | 101011100 | 1011110 | 110000 |
Color Harmonies of #EF0735
Complementary color
Monochromatic Colors of #EF0735
Black with #EF0735
Text Example
Text Example
White with #EF0735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0735; }
p { color: rgb(239,7,53); }
H1.HeaderClassName
{
color: #EF0735;
}
.AnyTagClassName
{
color: #EF0735;
}
</style>
background-color css
<style>
a { background-color: #EF0735; }
a { background-color: rgb(239,7,53); }
div.DivClassName
{
background-color: #EF0735;
}
.BgClassName
{
background-color: #EF0735;
}
</style>
border-color css
<style>
span { border-color: #EF0735; }
span { border-color: rgb(239,7,53); }
td.TdClassName
{
border-color: #EF0735;
}
.TagClassName
{
border-color: #EF0735;
}
</style>