Shades of Torch Red #F01329
Tints of Torch Red #F01329
RGB
CMYK
RGB Variations
Color information
#F01329 (or 0xF01329) is known color: Torch Red. HEX triplet: F0, 13 and 29. RGB value is (240,19,41). Sum of RGB (Red+Green+Blue) = 240+19+41=300 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 240 - color contains mainly: red. Hex color #F01329 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01329 is #0FECD6. Grayscale: #575757. Windows color (decimal): -1043671 or 2692080. OLE color: 2692080.
HSL color Cylindrical-coordinate representation of color #F01329: hue angle of 354.03º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F01329 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 41 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.06 |
| HSL | 354.03º | 0.88% | 0.51% | - |
| HSV(B) | 354.03º | 0.92% | 0.94% | - |
| XYZ | 36.57 | 19.15 | 3.87 | - |
| YUV | 87.59 | 101.72 | 236.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 41 | 0 | 0.92 | 0.83 | 0.06 | 354.03 | 0.88 | 0.51 |
| Hex | F0 | 13 | 29 | 0 | 5C | 53 | 6 | 162 | 58 | 33 |
| Octal | 360 | 23 | 51 | 0 | 134 | 123 | 6 | 542 | 130 | 63 |
| Binary | 11110000 | 10011 | 101001 | 0 | 1011100 | 1010011 | 110 | 101100010 | 1011000 | 110011 |
Color Harmonies of #F01329
Complementary color
Monochromatic Colors of #F01329
Black with #F01329
Text Example
Text Example
White with #F01329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01329; }
p { color: rgb(240,19,41); }
H1.HeaderClassName
{
color: #F01329;
}
.AnyTagClassName
{
color: #F01329;
}
</style>
background-color css
<style>
a { background-color: #F01329; }
a { background-color: rgb(240,19,41); }
div.DivClassName
{
background-color: #F01329;
}
.BgClassName
{
background-color: #F01329;
}
</style>
border-color css
<style>
span { border-color: #F01329; }
span { border-color: rgb(240,19,41); }
td.TdClassName
{
border-color: #F01329;
}
.TagClassName
{
border-color: #F01329;
}
</style>