Shades of Torch Red #F31945
Tints of Torch Red #F31945
RGB
CMYK
RGB Variations
Color information
#F31945 (or 0xF31945) is known color: Torch Red. HEX triplet: F3, 19 and 45. RGB value is (243,25,69). Sum of RGB (Red+Green+Blue) = 243+25+69=337 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.11% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 243 - color contains mainly: red. Hex color #F31945 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31945 is #0CE6BA. Grayscale: #5F5F5F. Windows color (decimal): -845499 or 4528627. OLE color: 4528627.
HSL color Cylindrical-coordinate representation of color #F31945: hue angle of 347.89º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31945 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 69 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.05 |
| HSL | 347.89º | 0.9% | 0.53% | - |
| HSV(B) | 347.89º | 0.9% | 0.95% | - |
| XYZ | 38.38 | 20.18 | 7.5 | - |
| YUV | 95.2 | 113.22 | 233.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 69 | 0 | 0.90 | 0.72 | 0.05 | 347.89 | 0.9 | 0.53 |
| Hex | F3 | 19 | 45 | 0 | 5A | 48 | 5 | 15C | 5A | 35 |
| Octal | 363 | 31 | 105 | 0 | 132 | 110 | 5 | 534 | 132 | 65 |
| Binary | 11110011 | 11001 | 1000101 | 0 | 1011010 | 1001000 | 101 | 101011100 | 1011010 | 110101 |
Color Harmonies of #F31945
Complementary color
Monochromatic Colors of #F31945
Black with #F31945
Text Example
Text Example
White with #F31945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31945; }
p { color: rgb(243,25,69); }
H1.HeaderClassName
{
color: #F31945;
}
.AnyTagClassName
{
color: #F31945;
}
</style>
background-color css
<style>
a { background-color: #F31945; }
a { background-color: rgb(243,25,69); }
div.DivClassName
{
background-color: #F31945;
}
.BgClassName
{
background-color: #F31945;
}
</style>
border-color css
<style>
span { border-color: #F31945; }
span { border-color: rgb(243,25,69); }
td.TdClassName
{
border-color: #F31945;
}
.TagClassName
{
border-color: #F31945;
}
</style>