Shades of Torch Red #F31031
Tints of Torch Red #F31031
RGB
CMYK
RGB Variations
Color information
#F31031 (or 0xF31031) is known color: Torch Red. HEX triplet: F3, 10 and 31. RGB value is (243,16,49). Sum of RGB (Red+Green+Blue) = 243+16+49=308 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.90% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 243 - color contains mainly: red. Hex color #F31031 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31031 is #0CEFCE. Grayscale: #575757. Windows color (decimal): -847823 or 3215603. OLE color: 3215603.
HSL color Cylindrical-coordinate representation of color #F31031: hue angle of 351.28º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31031 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 49 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.05 |
| HSL | 351.28º | 0.9% | 0.51% | - |
| HSV(B) | 351.28º | 0.93% | 0.95% | - |
| XYZ | 37.7 | 19.65 | 4.71 | - |
| YUV | 87.64 | 106.21 | 238.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 49 | 0 | 0.93 | 0.80 | 0.05 | 351.28 | 0.9 | 0.51 |
| Hex | F3 | 10 | 31 | 0 | 5D | 50 | 5 | 15F | 5A | 33 |
| Octal | 363 | 20 | 61 | 0 | 135 | 120 | 5 | 537 | 132 | 63 |
| Binary | 11110011 | 10000 | 110001 | 0 | 1011101 | 1010000 | 101 | 101011111 | 1011010 | 110011 |
Color Harmonies of #F31031
Complementary color
Monochromatic Colors of #F31031
Black with #F31031
Text Example
Text Example
White with #F31031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31031; }
p { color: rgb(243,16,49); }
H1.HeaderClassName
{
color: #F31031;
}
.AnyTagClassName
{
color: #F31031;
}
</style>
background-color css
<style>
a { background-color: #F31031; }
a { background-color: rgb(243,16,49); }
div.DivClassName
{
background-color: #F31031;
}
.BgClassName
{
background-color: #F31031;
}
</style>
border-color css
<style>
span { border-color: #F31031; }
span { border-color: rgb(243,16,49); }
td.TdClassName
{
border-color: #F31031;
}
.TagClassName
{
border-color: #F31031;
}
</style>