Shades of Torch Red #F7183B
Tints of Torch Red #F7183B
RGB
CMYK
RGB Variations
Color information
#F7183B (or 0xF7183B) is known color: Torch Red. HEX triplet: F7, 18 and 3B. RGB value is (247,24,59). Sum of RGB (Red+Green+Blue) = 247+24+59=330 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.85% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 247 - color contains mainly: red. Hex color #F7183B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7183B is #08E7C4. Grayscale: #5E5E5E. Windows color (decimal): -583621 or 3873015. OLE color: 3873015.
HSL color Cylindrical-coordinate representation of color #F7183B: hue angle of 350.58º 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 #F7183B is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 59 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.03 |
| HSL | 350.58º | 0.93% | 0.53% | - |
| HSV(B) | 350.58º | 0.9% | 0.97% | - |
| XYZ | 39.47 | 20.74 | 6.06 | - |
| YUV | 94.67 | 107.88 | 236.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 59 | 0 | 0.90 | 0.76 | 0.03 | 350.58 | 0.93 | 0.53 |
| Hex | F7 | 18 | 3B | 0 | 5A | 4C | 3 | 15F | 5D | 35 |
| Octal | 367 | 30 | 73 | 0 | 132 | 114 | 3 | 537 | 135 | 65 |
| Binary | 11110111 | 11000 | 111011 | 0 | 1011010 | 1001100 | 11 | 101011111 | 1011101 | 110101 |
Color Harmonies of #F7183B
Complementary color
Monochromatic Colors of #F7183B
Black with #F7183B
Text Example
Text Example
White with #F7183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7183B; }
p { color: rgb(247,24,59); }
H1.HeaderClassName
{
color: #F7183B;
}
.AnyTagClassName
{
color: #F7183B;
}
</style>
background-color css
<style>
a { background-color: #F7183B; }
a { background-color: rgb(247,24,59); }
div.DivClassName
{
background-color: #F7183B;
}
.BgClassName
{
background-color: #F7183B;
}
</style>
border-color css
<style>
span { border-color: #F7183B; }
span { border-color: rgb(247,24,59); }
td.TdClassName
{
border-color: #F7183B;
}
.TagClassName
{
border-color: #F7183B;
}
</style>