Shades of Torch Red #F01029
Tints of Torch Red #F01029
RGB
CMYK
RGB Variations
Color information
#F01029 (or 0xF01029) is known color: Torch Red. HEX triplet: F0, 10 and 29. RGB value is (240,16,41). Sum of RGB (Red+Green+Blue) = 240+16+41=297 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.81% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 240 - color contains mainly: red. Hex color #F01029 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01029 is #0FEFD6. Grayscale: #555555. Windows color (decimal): -1044439 or 2691312. OLE color: 2691312.
HSL color Cylindrical-coordinate representation of color #F01029: hue angle of 353.3º 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 #F01029 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 41 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.06 |
| HSL | 353.3º | 0.88% | 0.5% | - |
| HSV(B) | 353.3º | 0.93% | 0.94% | - |
| XYZ | 36.52 | 19.06 | 3.85 | - |
| YUV | 85.83 | 102.71 | 237.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 41 | 0 | 0.93 | 0.83 | 0.06 | 353.3 | 0.88 | 0.5 |
| Hex | F0 | 10 | 29 | 0 | 5D | 53 | 6 | 161 | 58 | 32 |
| Octal | 360 | 20 | 51 | 0 | 135 | 123 | 6 | 541 | 130 | 62 |
| Binary | 11110000 | 10000 | 101001 | 0 | 1011101 | 1010011 | 110 | 101100001 | 1011000 | 110010 |
Color Harmonies of #F01029
Complementary color
Monochromatic Colors of #F01029
Black with #F01029
Text Example
Text Example
White with #F01029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01029; }
p { color: rgb(240,16,41); }
H1.HeaderClassName
{
color: #F01029;
}
.AnyTagClassName
{
color: #F01029;
}
</style>
background-color css
<style>
a { background-color: #F01029; }
a { background-color: rgb(240,16,41); }
div.DivClassName
{
background-color: #F01029;
}
.BgClassName
{
background-color: #F01029;
}
</style>
border-color css
<style>
span { border-color: #F01029; }
span { border-color: rgb(240,16,41); }
td.TdClassName
{
border-color: #F01029;
}
.TagClassName
{
border-color: #F01029;
}
</style>