Shades of Torch Red #F31336
Tints of Torch Red #F31336
RGB
CMYK
RGB Variations
Color information
#F31336 (or 0xF31336) is known color: Torch Red. HEX triplet: F3, 13 and 36. RGB value is (243,19,54). Sum of RGB (Red+Green+Blue) = 243+19+54=316 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.90% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 243 - color contains mainly: red. Hex color #F31336 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31336 is #0CECC9. Grayscale: #5A5A5A. Windows color (decimal): -847050 or 3544051. OLE color: 3544051.
HSL color Cylindrical-coordinate representation of color #F31336: hue angle of 350.62º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31336 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 54 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.05 |
| HSL | 350.63º | 0.9% | 0.51% | - |
| HSV(B) | 350.63º | 0.92% | 0.95% | - |
| XYZ | 37.86 | 19.79 | 5.31 | - |
| YUV | 89.97 | 107.71 | 237.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 54 | 0 | 0.92 | 0.78 | 0.05 | 350.63 | 0.9 | 0.51 |
| Hex | F3 | 13 | 36 | 0 | 5C | 4E | 5 | 15F | 5A | 33 |
| Octal | 363 | 23 | 66 | 0 | 134 | 116 | 5 | 537 | 132 | 63 |
| Binary | 11110011 | 10011 | 110110 | 0 | 1011100 | 1001110 | 101 | 101011111 | 1011010 | 110011 |
Color Harmonies of #F31336
Complementary color
Monochromatic Colors of #F31336
Black with #F31336
Text Example
Text Example
White with #F31336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31336; }
p { color: rgb(243,19,54); }
H1.HeaderClassName
{
color: #F31336;
}
.AnyTagClassName
{
color: #F31336;
}
</style>
background-color css
<style>
a { background-color: #F31336; }
a { background-color: rgb(243,19,54); }
div.DivClassName
{
background-color: #F31336;
}
.BgClassName
{
background-color: #F31336;
}
</style>
border-color css
<style>
span { border-color: #F31336; }
span { border-color: rgb(243,19,54); }
td.TdClassName
{
border-color: #F31336;
}
.TagClassName
{
border-color: #F31336;
}
</style>