Shades of Torch Red #F31739
Tints of Torch Red #F31739
RGB
CMYK
RGB Variations
Color information
#F31739 (or 0xF31739) is known color: Torch Red. HEX triplet: F3, 17 and 39. RGB value is (243,23,57). Sum of RGB (Red+Green+Blue) = 243+23+57=323 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.23% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 57 (22.66% from 255 or 17.65% from 323); Max value from RGB is 243 - color contains mainly: red. Hex color #F31739 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31739 is #0CE8C6. Grayscale: #5C5C5C. Windows color (decimal): -846023 or 3741683. OLE color: 3741683.
HSL color Cylindrical-coordinate representation of color #F31739: hue angle of 350.73º 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 #F31739 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 57 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.05 |
| HSL | 350.73º | 0.9% | 0.52% | - |
| HSV(B) | 350.73º | 0.91% | 0.95% | - |
| XYZ | 38.01 | 19.96 | 5.72 | - |
| YUV | 92.66 | 107.89 | 235.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 57 | 0 | 0.91 | 0.77 | 0.05 | 350.73 | 0.9 | 0.52 |
| Hex | F3 | 17 | 39 | 0 | 5B | 4D | 5 | 15F | 5A | 34 |
| Octal | 363 | 27 | 71 | 0 | 133 | 115 | 5 | 537 | 132 | 64 |
| Binary | 11110011 | 10111 | 111001 | 0 | 1011011 | 1001101 | 101 | 101011111 | 1011010 | 110100 |
Color Harmonies of #F31739
Complementary color
Monochromatic Colors of #F31739
Black with #F31739
Text Example
Text Example
White with #F31739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31739; }
p { color: rgb(243,23,57); }
H1.HeaderClassName
{
color: #F31739;
}
.AnyTagClassName
{
color: #F31739;
}
</style>
background-color css
<style>
a { background-color: #F31739; }
a { background-color: rgb(243,23,57); }
div.DivClassName
{
background-color: #F31739;
}
.BgClassName
{
background-color: #F31739;
}
</style>
border-color css
<style>
span { border-color: #F31739; }
span { border-color: rgb(243,23,57); }
td.TdClassName
{
border-color: #F31739;
}
.TagClassName
{
border-color: #F31739;
}
</style>