Shades of Torch Red #F31C3E
Tints of Torch Red #F31C3E
RGB
CMYK
RGB Variations
Color information
#F31C3E (or 0xF31C3E) is known color: Torch Red. HEX triplet: F3, 1C and 3E. RGB value is (243,28,62). Sum of RGB (Red+Green+Blue) = 243+28+62=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31C3E is #0CE3C1. Grayscale: #606060. Windows color (decimal): -844738 or 4070643. OLE color: 4070643.
HSL color Cylindrical-coordinate representation of color #F31C3E: hue angle of 350.51º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31C3E is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 62 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.05 |
| HSL | 350.51º | 0.9% | 0.53% | - |
| HSV(B) | 350.51º | 0.88% | 0.95% | - |
| XYZ | 38.25 | 20.23 | 6.45 | - |
| YUV | 96.16 | 108.73 | 232.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 62 | 0 | 0.88 | 0.74 | 0.05 | 350.51 | 0.9 | 0.53 |
| Hex | F3 | 1C | 3E | 0 | 58 | 4A | 5 | 15F | 5A | 35 |
| Octal | 363 | 34 | 76 | 0 | 130 | 112 | 5 | 537 | 132 | 65 |
| Binary | 11110011 | 11100 | 111110 | 0 | 1011000 | 1001010 | 101 | 101011111 | 1011010 | 110101 |
Color Harmonies of #F31C3E
Complementary color
Monochromatic Colors of #F31C3E
Black with #F31C3E
Text Example
Text Example
White with #F31C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31C3E; }
p { color: rgb(243,28,62); }
H1.HeaderClassName
{
color: #F31C3E;
}
.AnyTagClassName
{
color: #F31C3E;
}
</style>
background-color css
<style>
a { background-color: #F31C3E; }
a { background-color: rgb(243,28,62); }
div.DivClassName
{
background-color: #F31C3E;
}
.BgClassName
{
background-color: #F31C3E;
}
</style>
border-color css
<style>
span { border-color: #F31C3E; }
span { border-color: rgb(243,28,62); }
td.TdClassName
{
border-color: #F31C3E;
}
.TagClassName
{
border-color: #F31C3E;
}
</style>