Shades of Torch Red #F31C2E
Tints of Torch Red #F31C2E
RGB
CMYK
RGB Variations
Color information
#F31C2E (or 0xF31C2E) is known color: Torch Red. HEX triplet: F3, 1C and 2E. RGB value is (243,28,46). Sum of RGB (Red+Green+Blue) = 243+28+46=317 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.66% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31C2E is #0CE3D1. Grayscale: #5E5E5E. Windows color (decimal): -844754 or 3022067. OLE color: 3022067.
HSL color Cylindrical-coordinate representation of color #F31C2E: hue angle of 354.98º 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 #F31C2E is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 46 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.05 |
| HSL | 354.98º | 0.9% | 0.53% | - |
| HSV(B) | 354.98º | 0.88% | 0.95% | - |
| XYZ | 37.87 | 20.08 | 4.47 | - |
| YUV | 94.34 | 100.73 | 234.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 46 | 0 | 0.88 | 0.81 | 0.05 | 354.98 | 0.9 | 0.53 |
| Hex | F3 | 1C | 2E | 0 | 58 | 51 | 5 | 163 | 5A | 35 |
| Octal | 363 | 34 | 56 | 0 | 130 | 121 | 5 | 543 | 132 | 65 |
| Binary | 11110011 | 11100 | 101110 | 0 | 1011000 | 1010001 | 101 | 101100011 | 1011010 | 110101 |
Color Harmonies of #F31C2E
Complementary color
Monochromatic Colors of #F31C2E
Black with #F31C2E
Text Example
Text Example
White with #F31C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31C2E; }
p { color: rgb(243,28,46); }
H1.HeaderClassName
{
color: #F31C2E;
}
.AnyTagClassName
{
color: #F31C2E;
}
</style>
background-color css
<style>
a { background-color: #F31C2E; }
a { background-color: rgb(243,28,46); }
div.DivClassName
{
background-color: #F31C2E;
}
.BgClassName
{
background-color: #F31C2E;
}
</style>
border-color css
<style>
span { border-color: #F31C2E; }
span { border-color: rgb(243,28,46); }
td.TdClassName
{
border-color: #F31C2E;
}
.TagClassName
{
border-color: #F31C2E;
}
</style>