Shades of Torch Red #F31D3E
Tints of Torch Red #F31D3E
RGB
CMYK
RGB Variations
Color information
#F31D3E (or 0xF31D3E) is known color: Torch Red. HEX triplet: F3, 1D and 3E. RGB value is (243,29,62). Sum of RGB (Red+Green+Blue) = 243+29+62=334 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.75% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 243 - color contains mainly: red. Hex color #F31D3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31D3E is #0CE2C1. Grayscale: #606060. Windows color (decimal): -844482 or 4070899. OLE color: 4070899.
HSL color Cylindrical-coordinate representation of color #F31D3E: hue angle of 350.75º 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 #F31D3E is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 62 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.05 |
| HSL | 350.75º | 0.9% | 0.53% | - |
| HSV(B) | 350.75º | 0.88% | 0.95% | - |
| XYZ | 38.27 | 20.28 | 6.45 | - |
| YUV | 96.75 | 108.4 | 232.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 62 | 0 | 0.88 | 0.74 | 0.05 | 350.75 | 0.9 | 0.53 |
| Hex | F3 | 1D | 3E | 0 | 58 | 4A | 5 | 15F | 5A | 35 |
| Octal | 363 | 35 | 76 | 0 | 130 | 112 | 5 | 537 | 132 | 65 |
| Binary | 11110011 | 11101 | 111110 | 0 | 1011000 | 1001010 | 101 | 101011111 | 1011010 | 110101 |
Color Harmonies of #F31D3E
Complementary color
Monochromatic Colors of #F31D3E
Black with #F31D3E
Text Example
Text Example
White with #F31D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31D3E; }
p { color: rgb(243,29,62); }
H1.HeaderClassName
{
color: #F31D3E;
}
.AnyTagClassName
{
color: #F31D3E;
}
</style>
background-color css
<style>
a { background-color: #F31D3E; }
a { background-color: rgb(243,29,62); }
div.DivClassName
{
background-color: #F31D3E;
}
.BgClassName
{
background-color: #F31D3E;
}
</style>
border-color css
<style>
span { border-color: #F31D3E; }
span { border-color: rgb(243,29,62); }
td.TdClassName
{
border-color: #F31D3E;
}
.TagClassName
{
border-color: #F31D3E;
}
</style>