Shades of Torch Red #F3103F
Tints of Torch Red #F3103F
RGB
CMYK
RGB Variations
Color information
#F3103F (or 0xF3103F) is known color: Torch Red. HEX triplet: F3, 10 and 3F. RGB value is (243,16,63). Sum of RGB (Red+Green+Blue) = 243+16+63=322 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.47% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 243 - color contains mainly: red. Hex color #F3103F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3103F is #0CEFC0. Grayscale: #595959. Windows color (decimal): -847809 or 4133107. OLE color: 4133107.
HSL color Cylindrical-coordinate representation of color #F3103F: hue angle of 347.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 #F3103F is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 63 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.05 |
| HSL | 347.58º | 0.9% | 0.51% | - |
| HSV(B) | 347.58º | 0.93% | 0.95% | - |
| XYZ | 38.04 | 19.78 | 6.52 | - |
| YUV | 89.23 | 113.21 | 237.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 63 | 0 | 0.93 | 0.74 | 0.05 | 347.58 | 0.9 | 0.51 |
| Hex | F3 | 10 | 3F | 0 | 5D | 4A | 5 | 15C | 5A | 33 |
| Octal | 363 | 20 | 77 | 0 | 135 | 112 | 5 | 534 | 132 | 63 |
| Binary | 11110011 | 10000 | 111111 | 0 | 1011101 | 1001010 | 101 | 101011100 | 1011010 | 110011 |
Color Harmonies of #F3103F
Complementary color
Monochromatic Colors of #F3103F
Black with #F3103F
Text Example
Text Example
White with #F3103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3103F; }
p { color: rgb(243,16,63); }
H1.HeaderClassName
{
color: #F3103F;
}
.AnyTagClassName
{
color: #F3103F;
}
</style>
background-color css
<style>
a { background-color: #F3103F; }
a { background-color: rgb(243,16,63); }
div.DivClassName
{
background-color: #F3103F;
}
.BgClassName
{
background-color: #F3103F;
}
</style>
border-color css
<style>
span { border-color: #F3103F; }
span { border-color: rgb(243,16,63); }
td.TdClassName
{
border-color: #F3103F;
}
.TagClassName
{
border-color: #F3103F;
}
</style>