Shades of Torch Red #F0071C
Tints of Torch Red #F0071C
RGB
CMYK
RGB Variations
Color information
#F0071C (or 0xF0071C) is known color: Torch Red. HEX triplet: F0, 07 and 1C. RGB value is (240,7,28). Sum of RGB (Red+Green+Blue) = 240+7+28=275 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.27% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 240 - color contains mainly: red. Hex color #F0071C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0071C is #0FF8E3. Grayscale: #4F4F4F. Windows color (decimal): -1046756 or 1837040. OLE color: 1837040.
HSL color Cylindrical-coordinate representation of color #F0071C: hue angle of 354.59º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0071C is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 28 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.06 |
| HSL | 354.59º | 0.94% | 0.48% | - |
| HSV(B) | 354.59º | 0.97% | 0.94% | - |
| XYZ | 36.22 | 18.76 | 2.81 | - |
| YUV | 79.06 | 99.19 | 242.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 28 | 0 | 0.97 | 0.88 | 0.06 | 354.59 | 0.94 | 0.48 |
| Hex | F0 | 7 | 1C | 0 | 61 | 58 | 6 | 163 | 5E | 30 |
| Octal | 360 | 7 | 34 | 0 | 141 | 130 | 6 | 543 | 136 | 60 |
| Binary | 11110000 | 111 | 11100 | 0 | 1100001 | 1011000 | 110 | 101100011 | 1011110 | 110000 |
Color Harmonies of #F0071C
Complementary color
Monochromatic Colors of #F0071C
Black with #F0071C
Text Example
Text Example
White with #F0071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0071C; }
p { color: rgb(240,7,28); }
H1.HeaderClassName
{
color: #F0071C;
}
.AnyTagClassName
{
color: #F0071C;
}
</style>
background-color css
<style>
a { background-color: #F0071C; }
a { background-color: rgb(240,7,28); }
div.DivClassName
{
background-color: #F0071C;
}
.BgClassName
{
background-color: #F0071C;
}
</style>
border-color css
<style>
span { border-color: #F0071C; }
span { border-color: rgb(240,7,28); }
td.TdClassName
{
border-color: #F0071C;
}
.TagClassName
{
border-color: #F0071C;
}
</style>