Shades of Torch Red #F31045
Tints of Torch Red #F31045
RGB
CMYK
RGB Variations
Color information
#F31045 (or 0xF31045) is known color: Torch Red. HEX triplet: F3, 10 and 45. RGB value is (243,16,69). Sum of RGB (Red+Green+Blue) = 243+16+69=328 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.09% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 243 - color contains mainly: red. Hex color #F31045 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31045 is #0CEFBA. Grayscale: #595959. Windows color (decimal): -847803 or 4526323. OLE color: 4526323.
HSL color Cylindrical-coordinate representation of color #F31045: hue angle of 345.99º 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 #F31045 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 69 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.05 |
| HSL | 345.99º | 0.9% | 0.51% | - |
| HSV(B) | 345.99º | 0.93% | 0.95% | - |
| XYZ | 38.22 | 19.85 | 7.45 | - |
| YUV | 89.92 | 116.21 | 237.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 69 | 0 | 0.93 | 0.72 | 0.05 | 345.99 | 0.9 | 0.51 |
| Hex | F3 | 10 | 45 | 0 | 5D | 48 | 5 | 15A | 5A | 33 |
| Octal | 363 | 20 | 105 | 0 | 135 | 110 | 5 | 532 | 132 | 63 |
| Binary | 11110011 | 10000 | 1000101 | 0 | 1011101 | 1001000 | 101 | 101011010 | 1011010 | 110011 |
Color Harmonies of #F31045
Complementary color
Monochromatic Colors of #F31045
Black with #F31045
Text Example
Text Example
White with #F31045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31045; }
p { color: rgb(243,16,69); }
H1.HeaderClassName
{
color: #F31045;
}
.AnyTagClassName
{
color: #F31045;
}
</style>
background-color css
<style>
a { background-color: #F31045; }
a { background-color: rgb(243,16,69); }
div.DivClassName
{
background-color: #F31045;
}
.BgClassName
{
background-color: #F31045;
}
</style>
border-color css
<style>
span { border-color: #F31045; }
span { border-color: rgb(243,16,69); }
td.TdClassName
{
border-color: #F31045;
}
.TagClassName
{
border-color: #F31045;
}
</style>