Shades of Torch Red #F31743
Tints of Torch Red #F31743
RGB
CMYK
RGB Variations
Color information
#F31743 (or 0xF31743) is known color: Torch Red. HEX triplet: F3, 17 and 43. RGB value is (243,23,67). Sum of RGB (Red+Green+Blue) = 243+23+67=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F31743 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31743 is #0CE8BC. Grayscale: #5D5D5D. Windows color (decimal): -846013 or 4397043. OLE color: 4397043.
HSL color Cylindrical-coordinate representation of color #F31743: hue angle of 348º 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 #F31743 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 67 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.05 |
| HSL | 348º | 0.9% | 0.52% | - |
| HSV(B) | 348º | 0.91% | 0.95% | - |
| XYZ | 38.28 | 20.07 | 7.17 | - |
| YUV | 93.8 | 112.89 | 234.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 67 | 0 | 0.91 | 0.72 | 0.05 | 348 | 0.9 | 0.52 |
| Hex | F3 | 17 | 43 | 0 | 5B | 48 | 5 | 15C | 5A | 34 |
| Octal | 363 | 27 | 103 | 0 | 133 | 110 | 5 | 534 | 132 | 64 |
| Binary | 11110011 | 10111 | 1000011 | 0 | 1011011 | 1001000 | 101 | 101011100 | 1011010 | 110100 |
Color Harmonies of #F31743
Complementary color
Monochromatic Colors of #F31743
Black with #F31743
Text Example
Text Example
White with #F31743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31743; }
p { color: rgb(243,23,67); }
H1.HeaderClassName
{
color: #F31743;
}
.AnyTagClassName
{
color: #F31743;
}
</style>
background-color css
<style>
a { background-color: #F31743; }
a { background-color: rgb(243,23,67); }
div.DivClassName
{
background-color: #F31743;
}
.BgClassName
{
background-color: #F31743;
}
</style>
border-color css
<style>
span { border-color: #F31743; }
span { border-color: rgb(243,23,67); }
td.TdClassName
{
border-color: #F31743;
}
.TagClassName
{
border-color: #F31743;
}
</style>