Shades of Torch Red #F51742
Tints of Torch Red #F51742
RGB
CMYK
RGB Variations
Color information
#F51742 (or 0xF51742) is known color: Torch Red. HEX triplet: F5, 17 and 42. RGB value is (245,23,66). Sum of RGB (Red+Green+Blue) = 245+23+66=334 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.35% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 245 - color contains mainly: red. Hex color #F51742 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51742 is #0AE8BD. Grayscale: #5E5E5E. Windows color (decimal): -714942 or 4331509. OLE color: 4331509.
HSL color Cylindrical-coordinate representation of color #F51742: hue angle of 348.38º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F51742 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 66 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.04 |
| HSL | 348.38º | 0.92% | 0.53% | - |
| HSV(B) | 348.38º | 0.91% | 0.96% | - |
| XYZ | 38.95 | 20.42 | 7.04 | - |
| YUV | 94.28 | 112.05 | 235.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 66 | 0 | 0.91 | 0.73 | 0.04 | 348.38 | 0.92 | 0.53 |
| Hex | F5 | 17 | 42 | 0 | 5B | 49 | 4 | 15C | 5C | 35 |
| Octal | 365 | 27 | 102 | 0 | 133 | 111 | 4 | 534 | 134 | 65 |
| Binary | 11110101 | 10111 | 1000010 | 0 | 1011011 | 1001001 | 100 | 101011100 | 1011100 | 110101 |
Color Harmonies of #F51742
Complementary color
Monochromatic Colors of #F51742
Black with #F51742
Text Example
Text Example
White with #F51742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51742; }
p { color: rgb(245,23,66); }
H1.HeaderClassName
{
color: #F51742;
}
.AnyTagClassName
{
color: #F51742;
}
</style>
background-color css
<style>
a { background-color: #F51742; }
a { background-color: rgb(245,23,66); }
div.DivClassName
{
background-color: #F51742;
}
.BgClassName
{
background-color: #F51742;
}
</style>
border-color css
<style>
span { border-color: #F51742; }
span { border-color: rgb(245,23,66); }
td.TdClassName
{
border-color: #F51742;
}
.TagClassName
{
border-color: #F51742;
}
</style>