Shades of Torch Red #F3173F
Tints of Torch Red #F3173F
RGB
CMYK
RGB Variations
Color information
#F3173F (or 0xF3173F) is known color: Torch Red. HEX triplet: F3, 17 and 3F. RGB value is (243,23,63). Sum of RGB (Red+Green+Blue) = 243+23+63=329 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.86% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 243 - color contains mainly: red. Hex color #F3173F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3173F is #0CE8C0. Grayscale: #5D5D5D. Windows color (decimal): -846017 or 4134899. OLE color: 4134899.
HSL color Cylindrical-coordinate representation of color #F3173F: hue angle of 349.09º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F3173F is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 63 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.05 |
| HSL | 349.09º | 0.9% | 0.52% | - |
| HSV(B) | 349.09º | 0.91% | 0.95% | - |
| XYZ | 38.17 | 20.03 | 6.56 | - |
| YUV | 93.34 | 110.89 | 234.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 63 | 0 | 0.91 | 0.74 | 0.05 | 349.09 | 0.9 | 0.52 |
| Hex | F3 | 17 | 3F | 0 | 5B | 4A | 5 | 15D | 5A | 34 |
| Octal | 363 | 27 | 77 | 0 | 133 | 112 | 5 | 535 | 132 | 64 |
| Binary | 11110011 | 10111 | 111111 | 0 | 1011011 | 1001010 | 101 | 101011101 | 1011010 | 110100 |
Color Harmonies of #F3173F
Complementary color
Monochromatic Colors of #F3173F
Black with #F3173F
Text Example
Text Example
White with #F3173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3173F; }
p { color: rgb(243,23,63); }
H1.HeaderClassName
{
color: #F3173F;
}
.AnyTagClassName
{
color: #F3173F;
}
</style>
background-color css
<style>
a { background-color: #F3173F; }
a { background-color: rgb(243,23,63); }
div.DivClassName
{
background-color: #F3173F;
}
.BgClassName
{
background-color: #F3173F;
}
</style>
border-color css
<style>
span { border-color: #F3173F; }
span { border-color: rgb(243,23,63); }
td.TdClassName
{
border-color: #F3173F;
}
.TagClassName
{
border-color: #F3173F;
}
</style>