Shades of Torch Red #F31439
Tints of Torch Red #F31439
RGB
CMYK
RGB Variations
Color information
#F31439 (or 0xF31439) is known color: Torch Red. HEX triplet: F3, 14 and 39. RGB value is (243,20,57). Sum of RGB (Red+Green+Blue) = 243+20+57=320 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.94% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 57 (22.66% from 255 or 17.81% from 320); Max value from RGB is 243 - color contains mainly: red. Hex color #F31439 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31439 is #0CEBC6. Grayscale: #5A5A5A. Windows color (decimal): -846791 or 3740915. OLE color: 3740915.
HSL color Cylindrical-coordinate representation of color #F31439: hue angle of 350.04º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31439 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 57 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.05 |
| HSL | 350.04º | 0.9% | 0.52% | - |
| HSV(B) | 350.04º | 0.92% | 0.95% | - |
| XYZ | 37.95 | 19.85 | 5.7 | - |
| YUV | 90.9 | 108.88 | 236.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 57 | 0 | 0.92 | 0.77 | 0.05 | 350.04 | 0.9 | 0.52 |
| Hex | F3 | 14 | 39 | 0 | 5C | 4D | 5 | 15E | 5A | 34 |
| Octal | 363 | 24 | 71 | 0 | 134 | 115 | 5 | 536 | 132 | 64 |
| Binary | 11110011 | 10100 | 111001 | 0 | 1011100 | 1001101 | 101 | 101011110 | 1011010 | 110100 |
Color Harmonies of #F31439
Complementary color
Monochromatic Colors of #F31439
Black with #F31439
Text Example
Text Example
White with #F31439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31439; }
p { color: rgb(243,20,57); }
H1.HeaderClassName
{
color: #F31439;
}
.AnyTagClassName
{
color: #F31439;
}
</style>
background-color css
<style>
a { background-color: #F31439; }
a { background-color: rgb(243,20,57); }
div.DivClassName
{
background-color: #F31439;
}
.BgClassName
{
background-color: #F31439;
}
</style>
border-color css
<style>
span { border-color: #F31439; }
span { border-color: rgb(243,20,57); }
td.TdClassName
{
border-color: #F31439;
}
.TagClassName
{
border-color: #F31439;
}
</style>