Shades of Torch Red #F31934
Tints of Torch Red #F31934
RGB
CMYK
RGB Variations
Color information
#F31934 (or 0xF31934) is known color: Torch Red. HEX triplet: F3, 19 and 34. RGB value is (243,25,52). Sum of RGB (Red+Green+Blue) = 243+25+52=320 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.94% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 243 - color contains mainly: red. Hex color #F31934 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31934 is #0CE6CB. Grayscale: #5D5D5D. Windows color (decimal): -845516 or 3414515. OLE color: 3414515.
HSL color Cylindrical-coordinate representation of color #F31934: hue angle of 352.57º 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 #F31934 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 52 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.05 |
| HSL | 352.57º | 0.9% | 0.53% | - |
| HSV(B) | 352.57º | 0.9% | 0.95% | - |
| XYZ | 37.93 | 20 | 5.11 | - |
| YUV | 93.26 | 104.72 | 234.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 52 | 0 | 0.90 | 0.79 | 0.05 | 352.57 | 0.9 | 0.53 |
| Hex | F3 | 19 | 34 | 0 | 5A | 4F | 5 | 161 | 5A | 35 |
| Octal | 363 | 31 | 64 | 0 | 132 | 117 | 5 | 541 | 132 | 65 |
| Binary | 11110011 | 11001 | 110100 | 0 | 1011010 | 1001111 | 101 | 101100001 | 1011010 | 110101 |
Color Harmonies of #F31934
Complementary color
Monochromatic Colors of #F31934
Black with #F31934
Text Example
Text Example
White with #F31934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31934; }
p { color: rgb(243,25,52); }
H1.HeaderClassName
{
color: #F31934;
}
.AnyTagClassName
{
color: #F31934;
}
</style>
background-color css
<style>
a { background-color: #F31934; }
a { background-color: rgb(243,25,52); }
div.DivClassName
{
background-color: #F31934;
}
.BgClassName
{
background-color: #F31934;
}
</style>
border-color css
<style>
span { border-color: #F31934; }
span { border-color: rgb(243,25,52); }
td.TdClassName
{
border-color: #F31934;
}
.TagClassName
{
border-color: #F31934;
}
</style>