Shades of Torch Red #F01529
Tints of Torch Red #F01529
RGB
CMYK
RGB Variations
Color information
#F01529 (or 0xF01529) is known color: Torch Red. HEX triplet: F0, 15 and 29. RGB value is (240,21,41). Sum of RGB (Red+Green+Blue) = 240+21+41=302 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.47% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 240 - color contains mainly: red. Hex color #F01529 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01529 is #0FEAD6. Grayscale: #585858. Windows color (decimal): -1043159 or 2692592. OLE color: 2692592.
HSL color Cylindrical-coordinate representation of color #F01529: hue angle of 354.52º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F01529 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 41 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.06 |
| HSL | 354.52º | 0.88% | 0.51% | - |
| HSV(B) | 354.52º | 0.91% | 0.94% | - |
| XYZ | 36.6 | 19.22 | 3.88 | - |
| YUV | 88.76 | 101.05 | 235.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 41 | 0 | 0.91 | 0.83 | 0.06 | 354.52 | 0.88 | 0.51 |
| Hex | F0 | 15 | 29 | 0 | 5B | 53 | 6 | 163 | 58 | 33 |
| Octal | 360 | 25 | 51 | 0 | 133 | 123 | 6 | 543 | 130 | 63 |
| Binary | 11110000 | 10101 | 101001 | 0 | 1011011 | 1010011 | 110 | 101100011 | 1011000 | 110011 |
Color Harmonies of #F01529
Complementary color
Monochromatic Colors of #F01529
Black with #F01529
Text Example
Text Example
White with #F01529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01529; }
p { color: rgb(240,21,41); }
H1.HeaderClassName
{
color: #F01529;
}
.AnyTagClassName
{
color: #F01529;
}
</style>
background-color css
<style>
a { background-color: #F01529; }
a { background-color: rgb(240,21,41); }
div.DivClassName
{
background-color: #F01529;
}
.BgClassName
{
background-color: #F01529;
}
</style>
border-color css
<style>
span { border-color: #F01529; }
span { border-color: rgb(240,21,41); }
td.TdClassName
{
border-color: #F01529;
}
.TagClassName
{
border-color: #F01529;
}
</style>