Shades of Torch Red #F0053E
Tints of Torch Red #F0053E
RGB
CMYK
RGB Variations
Color information
#F0053E (or 0xF0053E) is known color: Torch Red. HEX triplet: F0, 05 and 3E. RGB value is (240,5,62). Sum of RGB (Red+Green+Blue) = 240+5+62=307 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.18% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 240 - color contains mainly: red. Hex color #F0053E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0053E is #0FFAC1. Grayscale: #515151. Windows color (decimal): -1047234 or 4064752. OLE color: 4064752.
HSL color Cylindrical-coordinate representation of color #F0053E: hue angle of 345.45º 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 #F0053E is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 62 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.06 |
| HSL | 345.45º | 0.96% | 0.48% | - |
| HSV(B) | 345.45º | 0.98% | 0.94% | - |
| XYZ | 36.86 | 18.98 | 6.28 | - |
| YUV | 81.76 | 116.86 | 240.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 62 | 0 | 0.98 | 0.74 | 0.06 | 345.45 | 0.96 | 0.48 |
| Hex | F0 | 5 | 3E | 0 | 62 | 4A | 6 | 159 | 60 | 30 |
| Octal | 360 | 5 | 76 | 0 | 142 | 112 | 6 | 531 | 140 | 60 |
| Binary | 11110000 | 101 | 111110 | 0 | 1100010 | 1001010 | 110 | 101011001 | 1100000 | 110000 |
Color Harmonies of #F0053E
Complementary color
Monochromatic Colors of #F0053E
Black with #F0053E
Text Example
Text Example
White with #F0053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0053E; }
p { color: rgb(240,5,62); }
H1.HeaderClassName
{
color: #F0053E;
}
.AnyTagClassName
{
color: #F0053E;
}
</style>
background-color css
<style>
a { background-color: #F0053E; }
a { background-color: rgb(240,5,62); }
div.DivClassName
{
background-color: #F0053E;
}
.BgClassName
{
background-color: #F0053E;
}
</style>
border-color css
<style>
span { border-color: #F0053E; }
span { border-color: rgb(240,5,62); }
td.TdClassName
{
border-color: #F0053E;
}
.TagClassName
{
border-color: #F0053E;
}
</style>