Shades of Torch Red #F31942
Tints of Torch Red #F31942
RGB
CMYK
RGB Variations
Color information
#F31942 (or 0xF31942) is known color: Torch Red. HEX triplet: F3, 19 and 42. RGB value is (243,25,66). Sum of RGB (Red+Green+Blue) = 243+25+66=334 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.75% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 243 - color contains mainly: red. Hex color #F31942 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31942 is #0CE6BD. Grayscale: #5E5E5E. Windows color (decimal): -845502 or 4332019. OLE color: 4332019.
HSL color Cylindrical-coordinate representation of color #F31942: hue angle of 348.72º 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 #F31942 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 66 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.05 |
| HSL | 348.72º | 0.9% | 0.53% | - |
| HSV(B) | 348.72º | 0.9% | 0.95% | - |
| XYZ | 38.29 | 20.14 | 7.02 | - |
| YUV | 94.86 | 111.72 | 233.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 66 | 0 | 0.90 | 0.73 | 0.05 | 348.72 | 0.9 | 0.53 |
| Hex | F3 | 19 | 42 | 0 | 5A | 49 | 5 | 15D | 5A | 35 |
| Octal | 363 | 31 | 102 | 0 | 132 | 111 | 5 | 535 | 132 | 65 |
| Binary | 11110011 | 11001 | 1000010 | 0 | 1011010 | 1001001 | 101 | 101011101 | 1011010 | 110101 |
Color Harmonies of #F31942
Complementary color
Monochromatic Colors of #F31942
Black with #F31942
Text Example
Text Example
White with #F31942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31942; }
p { color: rgb(243,25,66); }
H1.HeaderClassName
{
color: #F31942;
}
.AnyTagClassName
{
color: #F31942;
}
</style>
background-color css
<style>
a { background-color: #F31942; }
a { background-color: rgb(243,25,66); }
div.DivClassName
{
background-color: #F31942;
}
.BgClassName
{
background-color: #F31942;
}
</style>
border-color css
<style>
span { border-color: #F31942; }
span { border-color: rgb(243,25,66); }
td.TdClassName
{
border-color: #F31942;
}
.TagClassName
{
border-color: #F31942;
}
</style>