Shades of Torch Red #F3103B
Tints of Torch Red #F3103B
RGB
CMYK
RGB Variations
Color information
#F3103B (or 0xF3103B) is known color: Torch Red. HEX triplet: F3, 10 and 3B. RGB value is (243,16,59). Sum of RGB (Red+Green+Blue) = 243+16+59=318 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.42% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 243 - color contains mainly: red. Hex color #F3103B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3103B is #0CEFC4. Grayscale: #585858. Windows color (decimal): -847813 or 3870963. OLE color: 3870963.
HSL color Cylindrical-coordinate representation of color #F3103B: hue angle of 348.63º 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 #F3103B is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 59 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.05 |
| HSL | 348.63º | 0.9% | 0.51% | - |
| HSV(B) | 348.63º | 0.93% | 0.95% | - |
| XYZ | 37.94 | 19.74 | 5.95 | - |
| YUV | 88.78 | 111.21 | 238 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 59 | 0 | 0.93 | 0.76 | 0.05 | 348.63 | 0.9 | 0.51 |
| Hex | F3 | 10 | 3B | 0 | 5D | 4C | 5 | 15D | 5A | 33 |
| Octal | 363 | 20 | 73 | 0 | 135 | 114 | 5 | 535 | 132 | 63 |
| Binary | 11110011 | 10000 | 111011 | 0 | 1011101 | 1001100 | 101 | 101011101 | 1011010 | 110011 |
Color Harmonies of #F3103B
Complementary color
Monochromatic Colors of #F3103B
Black with #F3103B
Text Example
Text Example
White with #F3103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3103B; }
p { color: rgb(243,16,59); }
H1.HeaderClassName
{
color: #F3103B;
}
.AnyTagClassName
{
color: #F3103B;
}
</style>
background-color css
<style>
a { background-color: #F3103B; }
a { background-color: rgb(243,16,59); }
div.DivClassName
{
background-color: #F3103B;
}
.BgClassName
{
background-color: #F3103B;
}
</style>
border-color css
<style>
span { border-color: #F3103B; }
span { border-color: rgb(243,16,59); }
td.TdClassName
{
border-color: #F3103B;
}
.TagClassName
{
border-color: #F3103B;
}
</style>