Shades of Torch Red #EF0035
Tints of Torch Red #EF0035
RGB
CMYK
RGB Variations
Color information
#EF0035 (or 0xEF0035) is known color: Torch Red. HEX triplet: EF, 00 and 35. RGB value is (239,0,53). Sum of RGB (Red+Green+Blue) = 239+0+53=292 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.85% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0035 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0035 is #10FFCA. Grayscale: #4D4D4D. Windows color (decimal): -1114059 or 3473647. OLE color: 3473647.
HSL color Cylindrical-coordinate representation of color #EF0035: hue angle of 346.69º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0035 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 53 | - |
| CMYK | 0 | 1 | 0.78 | 0.06 |
| HSL | 346.69º | 1% | 0.47% | - |
| HSV(B) | 346.69º | 1% | 0.94% | - |
| XYZ | 36.24 | 18.61 | 5.05 | - |
| YUV | 77.5 | 114.18 | 243.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 53 | 0 | 1 | 0.78 | 0.06 | 346.69 | 1 | 0.47 |
| Hex | EF | 0 | 35 | 0 | 64 | 4E | 6 | 15B | 64 | 2F |
| Octal | 357 | 0 | 65 | 0 | 144 | 116 | 6 | 533 | 144 | 57 |
| Binary | 11101111 | 0 | 110101 | 0 | 1100100 | 1001110 | 110 | 101011011 | 1100100 | 101111 |
Color Harmonies of #EF0035
Complementary color
Monochromatic Colors of #EF0035
Black with #EF0035
Text Example
Text Example
White with #EF0035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0035; }
p { color: rgb(239,0,53); }
H1.HeaderClassName
{
color: #EF0035;
}
.AnyTagClassName
{
color: #EF0035;
}
</style>
background-color css
<style>
a { background-color: #EF0035; }
a { background-color: rgb(239,0,53); }
div.DivClassName
{
background-color: #EF0035;
}
.BgClassName
{
background-color: #EF0035;
}
</style>
border-color css
<style>
span { border-color: #EF0035; }
span { border-color: rgb(239,0,53); }
td.TdClassName
{
border-color: #EF0035;
}
.TagClassName
{
border-color: #EF0035;
}
</style>