Shades of Torch Red #F31939
Tints of Torch Red #F31939
RGB
CMYK
RGB Variations
Color information
#F31939 (or 0xF31939) is known color: Torch Red. HEX triplet: F3, 19 and 39. RGB value is (243,25,57). Sum of RGB (Red+Green+Blue) = 243+25+57=325 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.77% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 243 - color contains mainly: red. Hex color #F31939 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31939 is #0CE6C6. Grayscale: #5D5D5D. Windows color (decimal): -845511 or 3742195. OLE color: 3742195.
HSL color Cylindrical-coordinate representation of color #F31939: hue angle of 351.19º 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 #F31939 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 57 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.05 |
| HSL | 351.19º | 0.9% | 0.53% | - |
| HSV(B) | 351.19º | 0.9% | 0.95% | - |
| XYZ | 38.05 | 20.05 | 5.73 | - |
| YUV | 93.83 | 107.22 | 234.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 57 | 0 | 0.90 | 0.77 | 0.05 | 351.19 | 0.9 | 0.53 |
| Hex | F3 | 19 | 39 | 0 | 5A | 4D | 5 | 15F | 5A | 35 |
| Octal | 363 | 31 | 71 | 0 | 132 | 115 | 5 | 537 | 132 | 65 |
| Binary | 11110011 | 11001 | 111001 | 0 | 1011010 | 1001101 | 101 | 101011111 | 1011010 | 110101 |
Color Harmonies of #F31939
Complementary color
Monochromatic Colors of #F31939
Black with #F31939
Text Example
Text Example
White with #F31939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31939; }
p { color: rgb(243,25,57); }
H1.HeaderClassName
{
color: #F31939;
}
.AnyTagClassName
{
color: #F31939;
}
</style>
background-color css
<style>
a { background-color: #F31939; }
a { background-color: rgb(243,25,57); }
div.DivClassName
{
background-color: #F31939;
}
.BgClassName
{
background-color: #F31939;
}
</style>
border-color css
<style>
span { border-color: #F31939; }
span { border-color: rgb(243,25,57); }
td.TdClassName
{
border-color: #F31939;
}
.TagClassName
{
border-color: #F31939;
}
</style>