Shades of Torch Red #F31637
Tints of Torch Red #F31637
RGB
CMYK
RGB Variations
Color information
#F31637 (or 0xF31637) is known color: Torch Red. HEX triplet: F3, 16 and 37. RGB value is (243,22,55). Sum of RGB (Red+Green+Blue) = 243+22+55=320 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.94% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 243 - color contains mainly: red. Hex color #F31637 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31637 is #0CE9C8. Grayscale: #5B5B5B. Windows color (decimal): -846281 or 3610355. OLE color: 3610355.
HSL color Cylindrical-coordinate representation of color #F31637: hue angle of 351.04º 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 #F31637 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 22 | 55 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.05 |
| HSL | 351.04º | 0.9% | 0.52% | - |
| HSV(B) | 351.04º | 0.91% | 0.95% | - |
| XYZ | 37.94 | 19.9 | 5.46 | - |
| YUV | 91.84 | 107.22 | 235.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 22 | 55 | 0 | 0.91 | 0.77 | 0.05 | 351.04 | 0.9 | 0.52 |
| Hex | F3 | 16 | 37 | 0 | 5B | 4D | 5 | 15F | 5A | 34 |
| Octal | 363 | 26 | 67 | 0 | 133 | 115 | 5 | 537 | 132 | 64 |
| Binary | 11110011 | 10110 | 110111 | 0 | 1011011 | 1001101 | 101 | 101011111 | 1011010 | 110100 |
Color Harmonies of #F31637
Complementary color
Monochromatic Colors of #F31637
Black with #F31637
Text Example
Text Example
White with #F31637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31637; }
p { color: rgb(243,22,55); }
H1.HeaderClassName
{
color: #F31637;
}
.AnyTagClassName
{
color: #F31637;
}
</style>
background-color css
<style>
a { background-color: #F31637; }
a { background-color: rgb(243,22,55); }
div.DivClassName
{
background-color: #F31637;
}
.BgClassName
{
background-color: #F31637;
}
</style>
border-color css
<style>
span { border-color: #F31637; }
span { border-color: rgb(243,22,55); }
td.TdClassName
{
border-color: #F31637;
}
.TagClassName
{
border-color: #F31637;
}
</style>