Shades of Torch Red #EF053C
Tints of Torch Red #EF053C
RGB
CMYK
RGB Variations
Color information
#EF053C (or 0xEF053C) is known color: Torch Red. HEX triplet: EF, 05 and 3C. RGB value is (239,5,60). Sum of RGB (Red+Green+Blue) = 239+5+60=304 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.62% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 239 - color contains mainly: red. Hex color #EF053C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF053C is #10FAC3. Grayscale: #515151. Windows color (decimal): -1112772 or 3933679. OLE color: 3933679.
HSL color Cylindrical-coordinate representation of color #EF053C: hue angle of 345.9º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF053C is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 5 | 60 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.06 |
| HSL | 345.9º | 0.96% | 0.48% | - |
| HSV(B) | 345.9º | 0.98% | 0.94% | - |
| XYZ | 36.47 | 18.79 | 5.98 | - |
| YUV | 81.24 | 116.02 | 240.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 5 | 60 | 0 | 0.98 | 0.75 | 0.06 | 345.9 | 0.96 | 0.48 |
| Hex | EF | 5 | 3C | 0 | 62 | 4B | 6 | 15A | 60 | 30 |
| Octal | 357 | 5 | 74 | 0 | 142 | 113 | 6 | 532 | 140 | 60 |
| Binary | 11101111 | 101 | 111100 | 0 | 1100010 | 1001011 | 110 | 101011010 | 1100000 | 110000 |
Color Harmonies of #EF053C
Complementary color
Monochromatic Colors of #EF053C
Black with #EF053C
Text Example
Text Example
White with #EF053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF053C; }
p { color: rgb(239,5,60); }
H1.HeaderClassName
{
color: #EF053C;
}
.AnyTagClassName
{
color: #EF053C;
}
</style>
background-color css
<style>
a { background-color: #EF053C; }
a { background-color: rgb(239,5,60); }
div.DivClassName
{
background-color: #EF053C;
}
.BgClassName
{
background-color: #EF053C;
}
</style>
border-color css
<style>
span { border-color: #EF053C; }
span { border-color: rgb(239,5,60); }
td.TdClassName
{
border-color: #EF053C;
}
.TagClassName
{
border-color: #EF053C;
}
</style>