Shades of Torch Red #F31D3A
Tints of Torch Red #F31D3A
RGB
CMYK
RGB Variations
Color information
#F31D3A (or 0xF31D3A) is known color: Torch Red. HEX triplet: F3, 1D and 3A. RGB value is (243,29,58). Sum of RGB (Red+Green+Blue) = 243+29+58=330 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.64% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 243 - color contains mainly: red. Hex color #F31D3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31D3A is #0CE2C5. Grayscale: #606060. Windows color (decimal): -844486 or 3808755. OLE color: 3808755.
HSL color Cylindrical-coordinate representation of color #F31D3A: hue angle of 351.87º 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 #F31D3A is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 58 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.05 |
| HSL | 351.87º | 0.9% | 0.53% | - |
| HSV(B) | 351.87º | 0.88% | 0.95% | - |
| XYZ | 38.17 | 20.24 | 5.9 | - |
| YUV | 96.29 | 106.4 | 232.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 58 | 0 | 0.88 | 0.76 | 0.05 | 351.87 | 0.9 | 0.53 |
| Hex | F3 | 1D | 3A | 0 | 58 | 4C | 5 | 160 | 5A | 35 |
| Octal | 363 | 35 | 72 | 0 | 130 | 114 | 5 | 540 | 132 | 65 |
| Binary | 11110011 | 11101 | 111010 | 0 | 1011000 | 1001100 | 101 | 101100000 | 1011010 | 110101 |
Color Harmonies of #F31D3A
Complementary color
Monochromatic Colors of #F31D3A
Black with #F31D3A
Text Example
Text Example
White with #F31D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31D3A; }
p { color: rgb(243,29,58); }
H1.HeaderClassName
{
color: #F31D3A;
}
.AnyTagClassName
{
color: #F31D3A;
}
</style>
background-color css
<style>
a { background-color: #F31D3A; }
a { background-color: rgb(243,29,58); }
div.DivClassName
{
background-color: #F31D3A;
}
.BgClassName
{
background-color: #F31D3A;
}
</style>
border-color css
<style>
span { border-color: #F31D3A; }
span { border-color: rgb(243,29,58); }
td.TdClassName
{
border-color: #F31D3A;
}
.TagClassName
{
border-color: #F31D3A;
}
</style>