Shades of Torch Red #F01031
Tints of Torch Red #F01031
RGB
CMYK
RGB Variations
Color information
#F01031 (or 0xF01031) is known color: Torch Red. HEX triplet: F0, 10 and 31. RGB value is (240,16,49). Sum of RGB (Red+Green+Blue) = 240+16+49=305 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.69% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 240 - color contains mainly: red. Hex color #F01031 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01031 is #0FEFCE. Grayscale: #565656. Windows color (decimal): -1044431 or 3215600. OLE color: 3215600.
HSL color Cylindrical-coordinate representation of color #F01031: hue angle of 351.16º 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 #F01031 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 49 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.06 |
| HSL | 351.16º | 0.88% | 0.5% | - |
| HSV(B) | 351.16º | 0.93% | 0.94% | - |
| XYZ | 36.67 | 19.12 | 4.66 | - |
| YUV | 86.74 | 106.71 | 237.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 49 | 0 | 0.93 | 0.80 | 0.06 | 351.16 | 0.88 | 0.5 |
| Hex | F0 | 10 | 31 | 0 | 5D | 50 | 6 | 15F | 58 | 32 |
| Octal | 360 | 20 | 61 | 0 | 135 | 120 | 6 | 537 | 130 | 62 |
| Binary | 11110000 | 10000 | 110001 | 0 | 1011101 | 1010000 | 110 | 101011111 | 1011000 | 110010 |
Color Harmonies of #F01031
Complementary color
Monochromatic Colors of #F01031
Black with #F01031
Text Example
Text Example
White with #F01031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01031; }
p { color: rgb(240,16,49); }
H1.HeaderClassName
{
color: #F01031;
}
.AnyTagClassName
{
color: #F01031;
}
</style>
background-color css
<style>
a { background-color: #F01031; }
a { background-color: rgb(240,16,49); }
div.DivClassName
{
background-color: #F01031;
}
.BgClassName
{
background-color: #F01031;
}
</style>
border-color css
<style>
span { border-color: #F01031; }
span { border-color: rgb(240,16,49); }
td.TdClassName
{
border-color: #F01031;
}
.TagClassName
{
border-color: #F01031;
}
</style>