Shades of Torch Red #F0051E
Tints of Torch Red #F0051E
RGB
CMYK
RGB Variations
Color information
#F0051E (or 0xF0051E) is known color: Torch Red. HEX triplet: F0, 05 and 1E. RGB value is (240,5,30). Sum of RGB (Red+Green+Blue) = 240+5+30=275 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.27% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 240 - color contains mainly: red. Hex color #F0051E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0051E is #0FFAE1. Grayscale: #4E4E4E. Windows color (decimal): -1047266 or 1967600. OLE color: 1967600.
HSL color Cylindrical-coordinate representation of color #F0051E: hue angle of 353.62º 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 #F0051E is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 30 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.06 |
| HSL | 353.62º | 0.96% | 0.48% | - |
| HSV(B) | 353.62º | 0.98% | 0.94% | - |
| XYZ | 36.22 | 18.73 | 2.93 | - |
| YUV | 78.12 | 100.86 | 243.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 30 | 0 | 0.98 | 0.87 | 0.06 | 353.62 | 0.96 | 0.48 |
| Hex | F0 | 5 | 1E | 0 | 62 | 57 | 6 | 162 | 60 | 30 |
| Octal | 360 | 5 | 36 | 0 | 142 | 127 | 6 | 542 | 140 | 60 |
| Binary | 11110000 | 101 | 11110 | 0 | 1100010 | 1010111 | 110 | 101100010 | 1100000 | 110000 |
Color Harmonies of #F0051E
Complementary color
Monochromatic Colors of #F0051E
Black with #F0051E
Text Example
Text Example
White with #F0051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0051E; }
p { color: rgb(240,5,30); }
H1.HeaderClassName
{
color: #F0051E;
}
.AnyTagClassName
{
color: #F0051E;
}
</style>
background-color css
<style>
a { background-color: #F0051E; }
a { background-color: rgb(240,5,30); }
div.DivClassName
{
background-color: #F0051E;
}
.BgClassName
{
background-color: #F0051E;
}
</style>
border-color css
<style>
span { border-color: #F0051E; }
span { border-color: rgb(240,5,30); }
td.TdClassName
{
border-color: #F0051E;
}
.TagClassName
{
border-color: #F0051E;
}
</style>