Shades of Torch Red #EF0031
Tints of Torch Red #EF0031
RGB
CMYK
RGB Variations
Color information
#EF0031 (or 0xEF0031) is known color: Torch Red. HEX triplet: EF, 00 and 31. RGB value is (239,0,49). Sum of RGB (Red+Green+Blue) = 239+0+49=288 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.99% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0031 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0031 is #10FFCE. Grayscale: #4D4D4D. Windows color (decimal): -1114063 or 3211503. OLE color: 3211503.
HSL color Cylindrical-coordinate representation of color #EF0031: hue angle of 347.7º 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 #EF0031 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.79 | 0.06 |
| HSL | 347.7º | 1% | 0.47% | - |
| HSV(B) | 347.7º | 1% | 0.94% | - |
| XYZ | 36.15 | 18.57 | 4.59 | - |
| YUV | 77.05 | 112.18 | 243.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 49 | 0 | 1 | 0.79 | 0.06 | 347.7 | 1 | 0.47 |
| Hex | EF | 0 | 31 | 0 | 64 | 4F | 6 | 15C | 64 | 2F |
| Octal | 357 | 0 | 61 | 0 | 144 | 117 | 6 | 534 | 144 | 57 |
| Binary | 11101111 | 0 | 110001 | 0 | 1100100 | 1001111 | 110 | 101011100 | 1100100 | 101111 |
Color Harmonies of #EF0031
Complementary color
Monochromatic Colors of #EF0031
Black with #EF0031
Text Example
Text Example
White with #EF0031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0031; }
p { color: rgb(239,0,49); }
H1.HeaderClassName
{
color: #EF0031;
}
.AnyTagClassName
{
color: #EF0031;
}
</style>
background-color css
<style>
a { background-color: #EF0031; }
a { background-color: rgb(239,0,49); }
div.DivClassName
{
background-color: #EF0031;
}
.BgClassName
{
background-color: #EF0031;
}
</style>
border-color css
<style>
span { border-color: #EF0031; }
span { border-color: rgb(239,0,49); }
td.TdClassName
{
border-color: #EF0031;
}
.TagClassName
{
border-color: #EF0031;
}
</style>