Shades of Torch Red #F31746
Tints of Torch Red #F31746
RGB
CMYK
RGB Variations
Color information
#F31746 (or 0xF31746) is known color: Torch Red. HEX triplet: F3, 17 and 46. RGB value is (243,23,70). Sum of RGB (Red+Green+Blue) = 243+23+70=336 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.32% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 243 - color contains mainly: red. Hex color #F31746 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31746 is #0CE8B9. Grayscale: #5E5E5E. Windows color (decimal): -846010 or 4593651. OLE color: 4593651.
HSL color Cylindrical-coordinate representation of color #F31746: hue angle of 347.18º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F31746 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 70 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.05 |
| HSL | 347.18º | 0.9% | 0.52% | - |
| HSV(B) | 347.18º | 0.91% | 0.95% | - |
| XYZ | 38.37 | 20.11 | 7.65 | - |
| YUV | 94.14 | 114.39 | 234.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 70 | 0 | 0.91 | 0.71 | 0.05 | 347.18 | 0.9 | 0.52 |
| Hex | F3 | 17 | 46 | 0 | 5B | 47 | 5 | 15B | 5A | 34 |
| Octal | 363 | 27 | 106 | 0 | 133 | 107 | 5 | 533 | 132 | 64 |
| Binary | 11110011 | 10111 | 1000110 | 0 | 1011011 | 1000111 | 101 | 101011011 | 1011010 | 110100 |
Color Harmonies of #F31746
Complementary color
Monochromatic Colors of #F31746
Black with #F31746
Text Example
Text Example
White with #F31746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31746; }
p { color: rgb(243,23,70); }
H1.HeaderClassName
{
color: #F31746;
}
.AnyTagClassName
{
color: #F31746;
}
</style>
background-color css
<style>
a { background-color: #F31746; }
a { background-color: rgb(243,23,70); }
div.DivClassName
{
background-color: #F31746;
}
.BgClassName
{
background-color: #F31746;
}
</style>
border-color css
<style>
span { border-color: #F31746; }
span { border-color: rgb(243,23,70); }
td.TdClassName
{
border-color: #F31746;
}
.TagClassName
{
border-color: #F31746;
}
</style>