Shades of Torch Red #F3113C
Tints of Torch Red #F3113C
RGB
CMYK
RGB Variations
Color information
#F3113C (or 0xF3113C) is known color: Torch Red. HEX triplet: F3, 11 and 3C. RGB value is (243,17,60). Sum of RGB (Red+Green+Blue) = 243+17+60=320 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.94% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 243 - color contains mainly: red. Hex color #F3113C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3113C is #0CEEC3. Grayscale: #595959. Windows color (decimal): -847556 or 3936755. OLE color: 3936755.
HSL color Cylindrical-coordinate representation of color #F3113C: hue angle of 348.58º 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 #F3113C is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 60 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.05 |
| HSL | 348.58º | 0.9% | 0.51% | - |
| HSV(B) | 348.58º | 0.93% | 0.95% | - |
| XYZ | 37.98 | 19.78 | 6.09 | - |
| YUV | 89.48 | 111.37 | 237.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 60 | 0 | 0.93 | 0.75 | 0.05 | 348.58 | 0.9 | 0.51 |
| Hex | F3 | 11 | 3C | 0 | 5D | 4B | 5 | 15D | 5A | 33 |
| Octal | 363 | 21 | 74 | 0 | 135 | 113 | 5 | 535 | 132 | 63 |
| Binary | 11110011 | 10001 | 111100 | 0 | 1011101 | 1001011 | 101 | 101011101 | 1011010 | 110011 |
Color Harmonies of #F3113C
Complementary color
Monochromatic Colors of #F3113C
Black with #F3113C
Text Example
Text Example
White with #F3113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3113C; }
p { color: rgb(243,17,60); }
H1.HeaderClassName
{
color: #F3113C;
}
.AnyTagClassName
{
color: #F3113C;
}
</style>
background-color css
<style>
a { background-color: #F3113C; }
a { background-color: rgb(243,17,60); }
div.DivClassName
{
background-color: #F3113C;
}
.BgClassName
{
background-color: #F3113C;
}
</style>
border-color css
<style>
span { border-color: #F3113C; }
span { border-color: rgb(243,17,60); }
td.TdClassName
{
border-color: #F3113C;
}
.TagClassName
{
border-color: #F3113C;
}
</style>