Shades of Torch Red #EF1035
Tints of Torch Red #EF1035
RGB
CMYK
RGB Variations
Color information
#EF1035 (or 0xEF1035) is known color: Torch Red. HEX triplet: EF, 10 and 35. RGB value is (239,16,53). Sum of RGB (Red+Green+Blue) = 239+16+53=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1035 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1035 is #10EFCA. Grayscale: #565656. Windows color (decimal): -1109963 or 3477743. OLE color: 3477743.
HSL color Cylindrical-coordinate representation of color #EF1035: hue angle of 350.04º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1035 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 53 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.06 |
| HSL | 350.04º | 0.87% | 0.5% | - |
| HSV(B) | 350.04º | 0.93% | 0.94% | - |
| XYZ | 36.42 | 18.98 | 5.11 | - |
| YUV | 86.9 | 108.88 | 236.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 53 | 0 | 0.93 | 0.78 | 0.06 | 350.04 | 0.87 | 0.5 |
| Hex | EF | 10 | 35 | 0 | 5D | 4E | 6 | 15E | 57 | 32 |
| Octal | 357 | 20 | 65 | 0 | 135 | 116 | 6 | 536 | 127 | 62 |
| Binary | 11101111 | 10000 | 110101 | 0 | 1011101 | 1001110 | 110 | 101011110 | 1010111 | 110010 |
Color Harmonies of #EF1035
Complementary color
Monochromatic Colors of #EF1035
Black with #EF1035
Text Example
Text Example
White with #EF1035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1035; }
p { color: rgb(239,16,53); }
H1.HeaderClassName
{
color: #EF1035;
}
.AnyTagClassName
{
color: #EF1035;
}
</style>
background-color css
<style>
a { background-color: #EF1035; }
a { background-color: rgb(239,16,53); }
div.DivClassName
{
background-color: #EF1035;
}
.BgClassName
{
background-color: #EF1035;
}
</style>
border-color css
<style>
span { border-color: #EF1035; }
span { border-color: rgb(239,16,53); }
td.TdClassName
{
border-color: #EF1035;
}
.TagClassName
{
border-color: #EF1035;
}
</style>