Shades of Torch Red #F31129
Tints of Torch Red #F31129
RGB
CMYK
RGB Variations
Color information
#F31129 (or 0xF31129) is known color: Torch Red. HEX triplet: F3, 11 and 29. RGB value is (243,17,41). Sum of RGB (Red+Green+Blue) = 243+17+41=301 (39% of max value = 765). Red value is 243 (95.31% from 255 or 80.73% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 243 - color contains mainly: red. Hex color #F31129 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31129 is #0CEED6. Grayscale: #575757. Windows color (decimal): -847575 or 2691571. OLE color: 2691571.
HSL color Cylindrical-coordinate representation of color #F31129: hue angle of 353.63º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31129 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 41 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.05 |
| HSL | 353.63º | 0.9% | 0.51% | - |
| HSV(B) | 353.63º | 0.93% | 0.95% | - |
| XYZ | 37.56 | 19.62 | 3.9 | - |
| YUV | 87.31 | 101.87 | 239.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 41 | 0 | 0.93 | 0.83 | 0.05 | 353.63 | 0.9 | 0.51 |
| Hex | F3 | 11 | 29 | 0 | 5D | 53 | 5 | 162 | 5A | 33 |
| Octal | 363 | 21 | 51 | 0 | 135 | 123 | 5 | 542 | 132 | 63 |
| Binary | 11110011 | 10001 | 101001 | 0 | 1011101 | 1010011 | 101 | 101100010 | 1011010 | 110011 |
Color Harmonies of #F31129
Complementary color
Monochromatic Colors of #F31129
Black with #F31129
Text Example
Text Example
White with #F31129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31129; }
p { color: rgb(243,17,41); }
H1.HeaderClassName
{
color: #F31129;
}
.AnyTagClassName
{
color: #F31129;
}
</style>
background-color css
<style>
a { background-color: #F31129; }
a { background-color: rgb(243,17,41); }
div.DivClassName
{
background-color: #F31129;
}
.BgClassName
{
background-color: #F31129;
}
</style>
border-color css
<style>
span { border-color: #F31129; }
span { border-color: rgb(243,17,41); }
td.TdClassName
{
border-color: #F31129;
}
.TagClassName
{
border-color: #F31129;
}
</style>