Shades of Torch Red #F31229
Tints of Torch Red #F31229
RGB
CMYK
RGB Variations
Color information
#F31229 (or 0xF31229) is known color: Torch Red. HEX triplet: F3, 12 and 29. RGB value is (243,18,41). Sum of RGB (Red+Green+Blue) = 243+18+41=302 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.46% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 243 - color contains mainly: red. Hex color #F31229 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31229 is #0CEDD6. Grayscale: #585858. Windows color (decimal): -847319 or 2691827. OLE color: 2691827.
HSL color Cylindrical-coordinate representation of color #F31229: hue angle of 353.87º 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 #F31229 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 41 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.05 |
| HSL | 353.87º | 0.9% | 0.51% | - |
| HSV(B) | 353.87º | 0.93% | 0.95% | - |
| XYZ | 37.58 | 19.65 | 3.91 | - |
| YUV | 87.9 | 101.54 | 238.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 41 | 0 | 0.93 | 0.83 | 0.05 | 353.87 | 0.9 | 0.51 |
| Hex | F3 | 12 | 29 | 0 | 5D | 53 | 5 | 162 | 5A | 33 |
| Octal | 363 | 22 | 51 | 0 | 135 | 123 | 5 | 542 | 132 | 63 |
| Binary | 11110011 | 10010 | 101001 | 0 | 1011101 | 1010011 | 101 | 101100010 | 1011010 | 110011 |
Color Harmonies of #F31229
Complementary color
Monochromatic Colors of #F31229
Black with #F31229
Text Example
Text Example
White with #F31229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31229; }
p { color: rgb(243,18,41); }
H1.HeaderClassName
{
color: #F31229;
}
.AnyTagClassName
{
color: #F31229;
}
</style>
background-color css
<style>
a { background-color: #F31229; }
a { background-color: rgb(243,18,41); }
div.DivClassName
{
background-color: #F31229;
}
.BgClassName
{
background-color: #F31229;
}
</style>
border-color css
<style>
span { border-color: #F31229; }
span { border-color: rgb(243,18,41); }
td.TdClassName
{
border-color: #F31229;
}
.TagClassName
{
border-color: #F31229;
}
</style>