Shades of Torch Red #EF053F
Tints of Torch Red #EF053F
RGB
CMYK
RGB Variations
Color information
#EF053F (or 0xEF053F) is known color: Torch Red. HEX triplet: EF, 05 and 3F. RGB value is (239,5,63). Sum of RGB (Red+Green+Blue) = 239+5+63=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF053F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF053F is #10FAC0. Grayscale: #515151. Windows color (decimal): -1112769 or 4130287. OLE color: 4130287.
HSL color Cylindrical-coordinate representation of color #EF053F: hue angle of 345.13º 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 #EF053F is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 5 | 63 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.06 |
| HSL | 345.13º | 0.96% | 0.48% | - |
| HSV(B) | 345.13º | 0.98% | 0.94% | - |
| XYZ | 36.55 | 18.82 | 6.41 | - |
| YUV | 81.58 | 117.52 | 240.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 5 | 63 | 0 | 0.98 | 0.74 | 0.06 | 345.13 | 0.96 | 0.48 |
| Hex | EF | 5 | 3F | 0 | 62 | 4A | 6 | 159 | 60 | 30 |
| Octal | 357 | 5 | 77 | 0 | 142 | 112 | 6 | 531 | 140 | 60 |
| Binary | 11101111 | 101 | 111111 | 0 | 1100010 | 1001010 | 110 | 101011001 | 1100000 | 110000 |
Color Harmonies of #EF053F
Complementary color
Monochromatic Colors of #EF053F
Black with #EF053F
Text Example
Text Example
White with #EF053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF053F; }
p { color: rgb(239,5,63); }
H1.HeaderClassName
{
color: #EF053F;
}
.AnyTagClassName
{
color: #EF053F;
}
</style>
background-color css
<style>
a { background-color: #EF053F; }
a { background-color: rgb(239,5,63); }
div.DivClassName
{
background-color: #EF053F;
}
.BgClassName
{
background-color: #EF053F;
}
</style>
border-color css
<style>
span { border-color: #EF053F; }
span { border-color: rgb(239,5,63); }
td.TdClassName
{
border-color: #EF053F;
}
.TagClassName
{
border-color: #EF053F;
}
</style>