Shades of Torch Red #F31546
Tints of Torch Red #F31546
RGB
CMYK
RGB Variations
Color information
#F31546 (or 0xF31546) is known color: Torch Red. HEX triplet: F3, 15 and 46. RGB value is (243,21,70). Sum of RGB (Red+Green+Blue) = 243+21+70=334 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.75% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 243 - color contains mainly: red. Hex color #F31546 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31546 is #0CEAB9. Grayscale: #5C5C5C. Windows color (decimal): -846522 or 4593139. OLE color: 4593139.
HSL color Cylindrical-coordinate representation of color #F31546: hue angle of 346.76º 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 #F31546 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 70 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.05 |
| HSL | 346.76º | 0.9% | 0.52% | - |
| HSV(B) | 346.76º | 0.91% | 0.95% | - |
| XYZ | 38.34 | 20.03 | 7.64 | - |
| YUV | 92.96 | 115.05 | 235.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 70 | 0 | 0.91 | 0.71 | 0.05 | 346.76 | 0.9 | 0.52 |
| Hex | F3 | 15 | 46 | 0 | 5B | 47 | 5 | 15B | 5A | 34 |
| Octal | 363 | 25 | 106 | 0 | 133 | 107 | 5 | 533 | 132 | 64 |
| Binary | 11110011 | 10101 | 1000110 | 0 | 1011011 | 1000111 | 101 | 101011011 | 1011010 | 110100 |
Color Harmonies of #F31546
Complementary color
Monochromatic Colors of #F31546
Black with #F31546
Text Example
Text Example
White with #F31546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31546; }
p { color: rgb(243,21,70); }
H1.HeaderClassName
{
color: #F31546;
}
.AnyTagClassName
{
color: #F31546;
}
</style>
background-color css
<style>
a { background-color: #F31546; }
a { background-color: rgb(243,21,70); }
div.DivClassName
{
background-color: #F31546;
}
.BgClassName
{
background-color: #F31546;
}
</style>
border-color css
<style>
span { border-color: #F31546; }
span { border-color: rgb(243,21,70); }
td.TdClassName
{
border-color: #F31546;
}
.TagClassName
{
border-color: #F31546;
}
</style>