Shades of Torch Red #EF1427
Tints of Torch Red #EF1427
RGB
CMYK
RGB Variations
Color information
#EF1427 (or 0xEF1427) is known color: Torch Red. HEX triplet: EF, 14 and 27. RGB value is (239,20,39). Sum of RGB (Red+Green+Blue) = 239+20+39=298 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.20% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1427 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1427 is #10EBD8. Grayscale: #575757. Windows color (decimal): -1108953 or 2561263. OLE color: 2561263.
HSL color Cylindrical-coordinate representation of color #EF1427: hue angle of 354.79º 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 #EF1427 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 39 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.06 |
| HSL | 354.79º | 0.87% | 0.51% | - |
| HSV(B) | 354.79º | 0.92% | 0.94% | - |
| XYZ | 36.21 | 19 | 3.68 | - |
| YUV | 87.65 | 100.55 | 235.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 39 | 0 | 0.92 | 0.84 | 0.06 | 354.79 | 0.87 | 0.51 |
| Hex | EF | 14 | 27 | 0 | 5C | 54 | 6 | 163 | 57 | 33 |
| Octal | 357 | 24 | 47 | 0 | 134 | 124 | 6 | 543 | 127 | 63 |
| Binary | 11101111 | 10100 | 100111 | 0 | 1011100 | 1010100 | 110 | 101100011 | 1010111 | 110011 |
Color Harmonies of #EF1427
Complementary color
Monochromatic Colors of #EF1427
Black with #EF1427
Text Example
Text Example
White with #EF1427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1427; }
p { color: rgb(239,20,39); }
H1.HeaderClassName
{
color: #EF1427;
}
.AnyTagClassName
{
color: #EF1427;
}
</style>
background-color css
<style>
a { background-color: #EF1427; }
a { background-color: rgb(239,20,39); }
div.DivClassName
{
background-color: #EF1427;
}
.BgClassName
{
background-color: #EF1427;
}
</style>
border-color css
<style>
span { border-color: #EF1427; }
span { border-color: rgb(239,20,39); }
td.TdClassName
{
border-color: #EF1427;
}
.TagClassName
{
border-color: #EF1427;
}
</style>