Shades of Torch Red #F31032
Tints of Torch Red #F31032
RGB
CMYK
RGB Variations
Color information
#F31032 (or 0xF31032) is known color: Torch Red. HEX triplet: F3, 10 and 32. RGB value is (243,16,50). Sum of RGB (Red+Green+Blue) = 243+16+50=309 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.64% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 243 - color contains mainly: red. Hex color #F31032 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31032 is #0CEFCD. Grayscale: #575757. Windows color (decimal): -847822 or 3281139. OLE color: 3281139.
HSL color Cylindrical-coordinate representation of color #F31032: hue angle of 351.01º 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 #F31032 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 50 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.05 |
| HSL | 351.01º | 0.9% | 0.51% | - |
| HSV(B) | 351.01º | 0.93% | 0.95% | - |
| XYZ | 37.72 | 19.66 | 4.82 | - |
| YUV | 87.75 | 106.71 | 238.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 50 | 0 | 0.93 | 0.79 | 0.05 | 351.01 | 0.9 | 0.51 |
| Hex | F3 | 10 | 32 | 0 | 5D | 4F | 5 | 15F | 5A | 33 |
| Octal | 363 | 20 | 62 | 0 | 135 | 117 | 5 | 537 | 132 | 63 |
| Binary | 11110011 | 10000 | 110010 | 0 | 1011101 | 1001111 | 101 | 101011111 | 1011010 | 110011 |
Color Harmonies of #F31032
Complementary color
Monochromatic Colors of #F31032
Black with #F31032
Text Example
Text Example
White with #F31032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31032; }
p { color: rgb(243,16,50); }
H1.HeaderClassName
{
color: #F31032;
}
.AnyTagClassName
{
color: #F31032;
}
</style>
background-color css
<style>
a { background-color: #F31032; }
a { background-color: rgb(243,16,50); }
div.DivClassName
{
background-color: #F31032;
}
.BgClassName
{
background-color: #F31032;
}
</style>
border-color css
<style>
span { border-color: #F31032; }
span { border-color: rgb(243,16,50); }
td.TdClassName
{
border-color: #F31032;
}
.TagClassName
{
border-color: #F31032;
}
</style>