Shades of Torch Red #F01020
Tints of Torch Red #F01020
RGB
CMYK
RGB Variations
Color information
#F01020 (or 0xF01020) is known color: Torch Red. HEX triplet: F0, 10 and 20. RGB value is (240,16,32). Sum of RGB (Red+Green+Blue) = 240+16+32=288 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.33% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 240 - color contains mainly: red. Hex color #F01020 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01020 is #0FEFDF. Grayscale: #545454. Windows color (decimal): -1044448 or 2101488. OLE color: 2101488.
HSL color Cylindrical-coordinate representation of color #F01020: hue angle of 355.71º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01020 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 32 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.06 |
| HSL | 355.71º | 0.88% | 0.5% | - |
| HSV(B) | 355.71º | 0.93% | 0.94% | - |
| XYZ | 36.38 | 19 | 3.12 | - |
| YUV | 84.8 | 98.21 | 238.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 32 | 0 | 0.93 | 0.87 | 0.06 | 355.71 | 0.88 | 0.5 |
| Hex | F0 | 10 | 20 | 0 | 5D | 57 | 6 | 164 | 58 | 32 |
| Octal | 360 | 20 | 40 | 0 | 135 | 127 | 6 | 544 | 130 | 62 |
| Binary | 11110000 | 10000 | 100000 | 0 | 1011101 | 1010111 | 110 | 101100100 | 1011000 | 110010 |
Color Harmonies of #F01020
Complementary color
Monochromatic Colors of #F01020
Black with #F01020
Text Example
Text Example
White with #F01020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01020; }
p { color: rgb(240,16,32); }
H1.HeaderClassName
{
color: #F01020;
}
.AnyTagClassName
{
color: #F01020;
}
</style>
background-color css
<style>
a { background-color: #F01020; }
a { background-color: rgb(240,16,32); }
div.DivClassName
{
background-color: #F01020;
}
.BgClassName
{
background-color: #F01020;
}
</style>
border-color css
<style>
span { border-color: #F01020; }
span { border-color: rgb(240,16,32); }
td.TdClassName
{
border-color: #F01020;
}
.TagClassName
{
border-color: #F01020;
}
</style>