Shades of Torch Red #F0051F
Tints of Torch Red #F0051F
RGB
CMYK
RGB Variations
Color information
#F0051F (or 0xF0051F) is known color: Torch Red. HEX triplet: F0, 05 and 1F. RGB value is (240,5,31). Sum of RGB (Red+Green+Blue) = 240+5+31=276 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.96% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 240 - color contains mainly: red. Hex color #F0051F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0051F is #0FFAE0. Grayscale: #4E4E4E. Windows color (decimal): -1047265 or 2033136. OLE color: 2033136.
HSL color Cylindrical-coordinate representation of color #F0051F: hue angle of 353.36º 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 #F0051F is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 31 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.06 |
| HSL | 353.36º | 0.96% | 0.48% | - |
| HSV(B) | 353.36º | 0.98% | 0.94% | - |
| XYZ | 36.24 | 18.73 | 3 | - |
| YUV | 78.23 | 101.36 | 243.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 31 | 0 | 0.98 | 0.87 | 0.06 | 353.36 | 0.96 | 0.48 |
| Hex | F0 | 5 | 1F | 0 | 62 | 57 | 6 | 161 | 60 | 30 |
| Octal | 360 | 5 | 37 | 0 | 142 | 127 | 6 | 541 | 140 | 60 |
| Binary | 11110000 | 101 | 11111 | 0 | 1100010 | 1010111 | 110 | 101100001 | 1100000 | 110000 |
Color Harmonies of #F0051F
Complementary color
Monochromatic Colors of #F0051F
Black with #F0051F
Text Example
Text Example
White with #F0051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0051F; }
p { color: rgb(240,5,31); }
H1.HeaderClassName
{
color: #F0051F;
}
.AnyTagClassName
{
color: #F0051F;
}
</style>
background-color css
<style>
a { background-color: #F0051F; }
a { background-color: rgb(240,5,31); }
div.DivClassName
{
background-color: #F0051F;
}
.BgClassName
{
background-color: #F0051F;
}
</style>
border-color css
<style>
span { border-color: #F0051F; }
span { border-color: rgb(240,5,31); }
td.TdClassName
{
border-color: #F0051F;
}
.TagClassName
{
border-color: #F0051F;
}
</style>