Shades of Torch Red #F31239
Tints of Torch Red #F31239
RGB
CMYK
RGB Variations
Color information
#F31239 (or 0xF31239) is known color: Torch Red. HEX triplet: F3, 12 and 39. RGB value is (243,18,57). Sum of RGB (Red+Green+Blue) = 243+18+57=318 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.42% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 243 - color contains mainly: red. Hex color #F31239 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31239 is #0CEDC6. Grayscale: #595959. Windows color (decimal): -847303 or 3740403. OLE color: 3740403.
HSL color Cylindrical-coordinate representation of color #F31239: hue angle of 349.6º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31239 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 57 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.05 |
| HSL | 349.6º | 0.9% | 0.51% | - |
| HSV(B) | 349.6º | 0.93% | 0.95% | - |
| XYZ | 37.92 | 19.78 | 5.69 | - |
| YUV | 89.72 | 109.54 | 237.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 57 | 0 | 0.93 | 0.77 | 0.05 | 349.6 | 0.9 | 0.51 |
| Hex | F3 | 12 | 39 | 0 | 5D | 4D | 5 | 15E | 5A | 33 |
| Octal | 363 | 22 | 71 | 0 | 135 | 115 | 5 | 536 | 132 | 63 |
| Binary | 11110011 | 10010 | 111001 | 0 | 1011101 | 1001101 | 101 | 101011110 | 1011010 | 110011 |
Color Harmonies of #F31239
Complementary color
Monochromatic Colors of #F31239
Black with #F31239
Text Example
Text Example
White with #F31239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31239; }
p { color: rgb(243,18,57); }
H1.HeaderClassName
{
color: #F31239;
}
.AnyTagClassName
{
color: #F31239;
}
</style>
background-color css
<style>
a { background-color: #F31239; }
a { background-color: rgb(243,18,57); }
div.DivClassName
{
background-color: #F31239;
}
.BgClassName
{
background-color: #F31239;
}
</style>
border-color css
<style>
span { border-color: #F31239; }
span { border-color: rgb(243,18,57); }
td.TdClassName
{
border-color: #F31239;
}
.TagClassName
{
border-color: #F31239;
}
</style>