Shades of Torch Red #F3111C
Tints of Torch Red #F3111C
RGB
CMYK
RGB Variations
Color information
#F3111C (or 0xF3111C) is known color: Torch Red. HEX triplet: F3, 11 and 1C. RGB value is (243,17,28). Sum of RGB (Red+Green+Blue) = 243+17+28=288 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.38% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 243 - color contains mainly: red. Hex color #F3111C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3111C is #0CEEE3. Grayscale: #565656. Windows color (decimal): -847588 or 1839603. OLE color: 1839603.
HSL color Cylindrical-coordinate representation of color #F3111C: hue angle of 357.08º 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 #F3111C is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 28 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.05 |
| HSL | 357.08º | 0.9% | 0.51% | - |
| HSV(B) | 357.08º | 0.93% | 0.95% | - |
| XYZ | 37.37 | 19.54 | 2.9 | - |
| YUV | 85.83 | 95.37 | 240.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 28 | 0 | 0.93 | 0.88 | 0.05 | 357.08 | 0.9 | 0.51 |
| Hex | F3 | 11 | 1C | 0 | 5D | 58 | 5 | 165 | 5A | 33 |
| Octal | 363 | 21 | 34 | 0 | 135 | 130 | 5 | 545 | 132 | 63 |
| Binary | 11110011 | 10001 | 11100 | 0 | 1011101 | 1011000 | 101 | 101100101 | 1011010 | 110011 |
Color Harmonies of #F3111C
Complementary color
Monochromatic Colors of #F3111C
Black with #F3111C
Text Example
Text Example
White with #F3111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3111C; }
p { color: rgb(243,17,28); }
H1.HeaderClassName
{
color: #F3111C;
}
.AnyTagClassName
{
color: #F3111C;
}
</style>
background-color css
<style>
a { background-color: #F3111C; }
a { background-color: rgb(243,17,28); }
div.DivClassName
{
background-color: #F3111C;
}
.BgClassName
{
background-color: #F3111C;
}
</style>
border-color css
<style>
span { border-color: #F3111C; }
span { border-color: rgb(243,17,28); }
td.TdClassName
{
border-color: #F3111C;
}
.TagClassName
{
border-color: #F3111C;
}
</style>