Shades of Torch Red #F7183F
Tints of Torch Red #F7183F
RGB
CMYK
RGB Variations
Color information
#F7183F (or 0xF7183F) is known color: Torch Red. HEX triplet: F7, 18 and 3F. RGB value is (247,24,63). Sum of RGB (Red+Green+Blue) = 247+24+63=334 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.95% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 247 - color contains mainly: red. Hex color #F7183F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7183F is #08E7C0. Grayscale: #5F5F5F. Windows color (decimal): -583617 or 4135159. OLE color: 4135159.
HSL color Cylindrical-coordinate representation of color #F7183F: hue angle of 349.51º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F7183F is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 63 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.03 |
| HSL | 349.51º | 0.93% | 0.53% | - |
| HSV(B) | 349.51º | 0.9% | 0.97% | - |
| XYZ | 39.58 | 20.79 | 6.63 | - |
| YUV | 95.12 | 109.88 | 236.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 63 | 0 | 0.90 | 0.74 | 0.03 | 349.51 | 0.93 | 0.53 |
| Hex | F7 | 18 | 3F | 0 | 5A | 4A | 3 | 15E | 5D | 35 |
| Octal | 367 | 30 | 77 | 0 | 132 | 112 | 3 | 536 | 135 | 65 |
| Binary | 11110111 | 11000 | 111111 | 0 | 1011010 | 1001010 | 11 | 101011110 | 1011101 | 110101 |
Color Harmonies of #F7183F
Complementary color
Monochromatic Colors of #F7183F
Black with #F7183F
Text Example
Text Example
White with #F7183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7183F; }
p { color: rgb(247,24,63); }
H1.HeaderClassName
{
color: #F7183F;
}
.AnyTagClassName
{
color: #F7183F;
}
</style>
background-color css
<style>
a { background-color: #F7183F; }
a { background-color: rgb(247,24,63); }
div.DivClassName
{
background-color: #F7183F;
}
.BgClassName
{
background-color: #F7183F;
}
</style>
border-color css
<style>
span { border-color: #F7183F; }
span { border-color: rgb(247,24,63); }
td.TdClassName
{
border-color: #F7183F;
}
.TagClassName
{
border-color: #F7183F;
}
</style>