Shades of Torch Red #F31448
Tints of Torch Red #F31448
RGB
CMYK
RGB Variations
Color information
#F31448 (or 0xF31448) is known color: Torch Red. HEX triplet: F3, 14 and 48. RGB value is (243,20,72). Sum of RGB (Red+Green+Blue) = 243+20+72=335 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.54% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 243 - color contains mainly: red. Hex color #F31448 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31448 is #0CEBB7. Grayscale: #5C5C5C. Windows color (decimal): -846776 or 4723955. OLE color: 4723955.
HSL color Cylindrical-coordinate representation of color #F31448: hue angle of 346.01º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31448 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 72 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.05 |
| HSL | 346.01º | 0.9% | 0.52% | - |
| HSV(B) | 346.01º | 0.92% | 0.95% | - |
| XYZ | 38.38 | 20.02 | 7.97 | - |
| YUV | 92.61 | 116.38 | 235.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 72 | 0 | 0.92 | 0.70 | 0.05 | 346.01 | 0.9 | 0.52 |
| Hex | F3 | 14 | 48 | 0 | 5C | 46 | 5 | 15A | 5A | 34 |
| Octal | 363 | 24 | 110 | 0 | 134 | 106 | 5 | 532 | 132 | 64 |
| Binary | 11110011 | 10100 | 1001000 | 0 | 1011100 | 1000110 | 101 | 101011010 | 1011010 | 110100 |
Color Harmonies of #F31448
Complementary color
Monochromatic Colors of #F31448
Black with #F31448
Text Example
Text Example
White with #F31448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31448; }
p { color: rgb(243,20,72); }
H1.HeaderClassName
{
color: #F31448;
}
.AnyTagClassName
{
color: #F31448;
}
</style>
background-color css
<style>
a { background-color: #F31448; }
a { background-color: rgb(243,20,72); }
div.DivClassName
{
background-color: #F31448;
}
.BgClassName
{
background-color: #F31448;
}
</style>
border-color css
<style>
span { border-color: #F31448; }
span { border-color: rgb(243,20,72); }
td.TdClassName
{
border-color: #F31448;
}
.TagClassName
{
border-color: #F31448;
}
</style>