Shades of Torch Red #EF1325
Tints of Torch Red #EF1325
RGB
CMYK
RGB Variations
Color information
#EF1325 (or 0xEF1325) is known color: Torch Red. HEX triplet: EF, 13 and 25. RGB value is (239,19,37). Sum of RGB (Red+Green+Blue) = 239+19+37=295 (39% of max value = 765). Red value is 239 (93.75% from 255 or 81.02% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1325 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1325 is #10ECDA. Grayscale: #565656. Windows color (decimal): -1109211 or 2429935. OLE color: 2429935.
HSL color Cylindrical-coordinate representation of color #EF1325: hue angle of 355.09º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1325 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 37 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.06 |
| HSL | 355.09º | 0.87% | 0.51% | - |
| HSV(B) | 355.09º | 0.92% | 0.94% | - |
| XYZ | 36.16 | 18.95 | 3.5 | - |
| YUV | 86.83 | 99.89 | 236.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 37 | 0 | 0.92 | 0.85 | 0.06 | 355.09 | 0.87 | 0.51 |
| Hex | EF | 13 | 25 | 0 | 5C | 55 | 6 | 163 | 57 | 33 |
| Octal | 357 | 23 | 45 | 0 | 134 | 125 | 6 | 543 | 127 | 63 |
| Binary | 11101111 | 10011 | 100101 | 0 | 1011100 | 1010101 | 110 | 101100011 | 1010111 | 110011 |
Color Harmonies of #EF1325
Complementary color
Monochromatic Colors of #EF1325
Black with #EF1325
Text Example
Text Example
White with #EF1325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1325; }
p { color: rgb(239,19,37); }
H1.HeaderClassName
{
color: #EF1325;
}
.AnyTagClassName
{
color: #EF1325;
}
</style>
background-color css
<style>
a { background-color: #EF1325; }
a { background-color: rgb(239,19,37); }
div.DivClassName
{
background-color: #EF1325;
}
.BgClassName
{
background-color: #EF1325;
}
</style>
border-color css
<style>
span { border-color: #EF1325; }
span { border-color: rgb(239,19,37); }
td.TdClassName
{
border-color: #EF1325;
}
.TagClassName
{
border-color: #EF1325;
}
</style>