Shades of Torch Red #F51942
Tints of Torch Red #F51942
RGB
CMYK
RGB Variations
Color information
#F51942 (or 0xF51942) is known color: Torch Red. HEX triplet: F5, 19 and 42. RGB value is (245,25,66). Sum of RGB (Red+Green+Blue) = 245+25+66=336 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.92% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 245 - color contains mainly: red. Hex color #F51942 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51942 is #0AE6BD. Grayscale: #5F5F5F. Windows color (decimal): -714430 or 4332021. OLE color: 4332021.
HSL color Cylindrical-coordinate representation of color #F51942: hue angle of 348.82º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F51942 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 66 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.04 |
| HSL | 348.82º | 0.92% | 0.53% | - |
| HSV(B) | 348.82º | 0.9% | 0.96% | - |
| XYZ | 38.99 | 20.5 | 7.06 | - |
| YUV | 95.45 | 111.39 | 234.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 66 | 0 | 0.90 | 0.73 | 0.04 | 348.82 | 0.92 | 0.53 |
| Hex | F5 | 19 | 42 | 0 | 5A | 49 | 4 | 15D | 5C | 35 |
| Octal | 365 | 31 | 102 | 0 | 132 | 111 | 4 | 535 | 134 | 65 |
| Binary | 11110101 | 11001 | 1000010 | 0 | 1011010 | 1001001 | 100 | 101011101 | 1011100 | 110101 |
Color Harmonies of #F51942
Complementary color
Monochromatic Colors of #F51942
Black with #F51942
Text Example
Text Example
White with #F51942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51942; }
p { color: rgb(245,25,66); }
H1.HeaderClassName
{
color: #F51942;
}
.AnyTagClassName
{
color: #F51942;
}
</style>
background-color css
<style>
a { background-color: #F51942; }
a { background-color: rgb(245,25,66); }
div.DivClassName
{
background-color: #F51942;
}
.BgClassName
{
background-color: #F51942;
}
</style>
border-color css
<style>
span { border-color: #F51942; }
span { border-color: rgb(245,25,66); }
td.TdClassName
{
border-color: #F51942;
}
.TagClassName
{
border-color: #F51942;
}
</style>