Shades of Torch Red #F3113F
Tints of Torch Red #F3113F
RGB
CMYK
RGB Variations
Color information
#F3113F (or 0xF3113F) is known color: Torch Red. HEX triplet: F3, 11 and 3F. RGB value is (243,17,63). Sum of RGB (Red+Green+Blue) = 243+17+63=323 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.23% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 243 - color contains mainly: red. Hex color #F3113F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3113F is #0CEEC0. Grayscale: #595959. Windows color (decimal): -847553 or 4133363. OLE color: 4133363.
HSL color Cylindrical-coordinate representation of color #F3113F: hue angle of 347.79º 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 #F3113F is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 63 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.05 |
| HSL | 347.79º | 0.9% | 0.51% | - |
| HSV(B) | 347.79º | 0.93% | 0.95% | - |
| XYZ | 38.06 | 19.81 | 6.52 | - |
| YUV | 89.82 | 112.87 | 237.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 63 | 0 | 0.93 | 0.74 | 0.05 | 347.79 | 0.9 | 0.51 |
| Hex | F3 | 11 | 3F | 0 | 5D | 4A | 5 | 15C | 5A | 33 |
| Octal | 363 | 21 | 77 | 0 | 135 | 112 | 5 | 534 | 132 | 63 |
| Binary | 11110011 | 10001 | 111111 | 0 | 1011101 | 1001010 | 101 | 101011100 | 1011010 | 110011 |
Color Harmonies of #F3113F
Complementary color
Monochromatic Colors of #F3113F
Black with #F3113F
Text Example
Text Example
White with #F3113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3113F; }
p { color: rgb(243,17,63); }
H1.HeaderClassName
{
color: #F3113F;
}
.AnyTagClassName
{
color: #F3113F;
}
</style>
background-color css
<style>
a { background-color: #F3113F; }
a { background-color: rgb(243,17,63); }
div.DivClassName
{
background-color: #F3113F;
}
.BgClassName
{
background-color: #F3113F;
}
</style>
border-color css
<style>
span { border-color: #F3113F; }
span { border-color: rgb(243,17,63); }
td.TdClassName
{
border-color: #F3113F;
}
.TagClassName
{
border-color: #F3113F;
}
</style>