Shades of Torch Red #F3132F
Tints of Torch Red #F3132F
RGB
CMYK
RGB Variations
Color information
#F3132F (or 0xF3132F) is known color: Torch Red. HEX triplet: F3, 13 and 2F. RGB value is (243,19,47). Sum of RGB (Red+Green+Blue) = 243+19+47=309 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.64% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 243 - color contains mainly: red. Hex color #F3132F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3132F is #0CECD0. Grayscale: #595959. Windows color (decimal): -847057 or 3085299. OLE color: 3085299.
HSL color Cylindrical-coordinate representation of color #F3132F: hue angle of 352.5º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F3132F is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 47 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.05 |
| HSL | 352.5º | 0.9% | 0.51% | - |
| HSV(B) | 352.5º | 0.92% | 0.95% | - |
| XYZ | 37.71 | 19.73 | 4.51 | - |
| YUV | 89.17 | 104.21 | 237.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 47 | 0 | 0.92 | 0.81 | 0.05 | 352.5 | 0.9 | 0.51 |
| Hex | F3 | 13 | 2F | 0 | 5C | 51 | 5 | 160 | 5A | 33 |
| Octal | 363 | 23 | 57 | 0 | 134 | 121 | 5 | 540 | 132 | 63 |
| Binary | 11110011 | 10011 | 101111 | 0 | 1011100 | 1010001 | 101 | 101100000 | 1011010 | 110011 |
Color Harmonies of #F3132F
Complementary color
Monochromatic Colors of #F3132F
Black with #F3132F
Text Example
Text Example
White with #F3132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3132F; }
p { color: rgb(243,19,47); }
H1.HeaderClassName
{
color: #F3132F;
}
.AnyTagClassName
{
color: #F3132F;
}
</style>
background-color css
<style>
a { background-color: #F3132F; }
a { background-color: rgb(243,19,47); }
div.DivClassName
{
background-color: #F3132F;
}
.BgClassName
{
background-color: #F3132F;
}
</style>
border-color css
<style>
span { border-color: #F3132F; }
span { border-color: rgb(243,19,47); }
td.TdClassName
{
border-color: #F3132F;
}
.TagClassName
{
border-color: #F3132F;
}
</style>