Shades of Torch Red #F0051D
Tints of Torch Red #F0051D
RGB
CMYK
RGB Variations
Color information
#F0051D (or 0xF0051D) is known color: Torch Red. HEX triplet: F0, 05 and 1D. RGB value is (240,5,29). Sum of RGB (Red+Green+Blue) = 240+5+29=274 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.59% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 240 - color contains mainly: red. Hex color #F0051D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0051D is #0FFAE2. Grayscale: #4E4E4E. Windows color (decimal): -1047267 or 1902064. OLE color: 1902064.
HSL color Cylindrical-coordinate representation of color #F0051D: hue angle of 353.87º 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 #F0051D is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 29 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.06 |
| HSL | 353.87º | 0.96% | 0.48% | - |
| HSV(B) | 353.87º | 0.98% | 0.94% | - |
| XYZ | 36.21 | 18.72 | 2.87 | - |
| YUV | 78 | 100.36 | 243.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 29 | 0 | 0.98 | 0.88 | 0.06 | 353.87 | 0.96 | 0.48 |
| Hex | F0 | 5 | 1D | 0 | 62 | 58 | 6 | 162 | 60 | 30 |
| Octal | 360 | 5 | 35 | 0 | 142 | 130 | 6 | 542 | 140 | 60 |
| Binary | 11110000 | 101 | 11101 | 0 | 1100010 | 1011000 | 110 | 101100010 | 1100000 | 110000 |
Color Harmonies of #F0051D
Complementary color
Monochromatic Colors of #F0051D
Black with #F0051D
Text Example
Text Example
White with #F0051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0051D; }
p { color: rgb(240,5,29); }
H1.HeaderClassName
{
color: #F0051D;
}
.AnyTagClassName
{
color: #F0051D;
}
</style>
background-color css
<style>
a { background-color: #F0051D; }
a { background-color: rgb(240,5,29); }
div.DivClassName
{
background-color: #F0051D;
}
.BgClassName
{
background-color: #F0051D;
}
</style>
border-color css
<style>
span { border-color: #F0051D; }
span { border-color: rgb(240,5,29); }
td.TdClassName
{
border-color: #F0051D;
}
.TagClassName
{
border-color: #F0051D;
}
</style>