Shades of Torch Red #F3112B
Tints of Torch Red #F3112B
RGB
CMYK
RGB Variations
Color information
#F3112B (or 0xF3112B) is known color: Torch Red. HEX triplet: F3, 11 and 2B. RGB value is (243,17,43). Sum of RGB (Red+Green+Blue) = 243+17+43=303 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.20% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 243 - color contains mainly: red. Hex color #F3112B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3112B is #0CEED4. Grayscale: #575757. Windows color (decimal): -847573 or 2822643. OLE color: 2822643.
HSL color Cylindrical-coordinate representation of color #F3112B: hue angle of 353.1º 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 #F3112B is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 43 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.05 |
| HSL | 353.1º | 0.9% | 0.51% | - |
| HSV(B) | 353.1º | 0.93% | 0.95% | - |
| XYZ | 37.6 | 19.63 | 4.09 | - |
| YUV | 87.54 | 102.87 | 238.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 43 | 0 | 0.93 | 0.82 | 0.05 | 353.1 | 0.9 | 0.51 |
| Hex | F3 | 11 | 2B | 0 | 5D | 52 | 5 | 161 | 5A | 33 |
| Octal | 363 | 21 | 53 | 0 | 135 | 122 | 5 | 541 | 132 | 63 |
| Binary | 11110011 | 10001 | 101011 | 0 | 1011101 | 1010010 | 101 | 101100001 | 1011010 | 110011 |
Color Harmonies of #F3112B
Complementary color
Monochromatic Colors of #F3112B
Black with #F3112B
Text Example
Text Example
White with #F3112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3112B; }
p { color: rgb(243,17,43); }
H1.HeaderClassName
{
color: #F3112B;
}
.AnyTagClassName
{
color: #F3112B;
}
</style>
background-color css
<style>
a { background-color: #F3112B; }
a { background-color: rgb(243,17,43); }
div.DivClassName
{
background-color: #F3112B;
}
.BgClassName
{
background-color: #F3112B;
}
</style>
border-color css
<style>
span { border-color: #F3112B; }
span { border-color: rgb(243,17,43); }
td.TdClassName
{
border-color: #F3112B;
}
.TagClassName
{
border-color: #F3112B;
}
</style>