Shades of Torch Red #F91542
Tints of Torch Red #F91542
RGB
CMYK
RGB Variations
Color information
#F91542 (or 0xF91542) is known color: Torch Red. HEX triplet: F9, 15 and 42. RGB value is (249,21,66). Sum of RGB (Red+Green+Blue) = 249+21+66=336 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.11% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 249 - color contains mainly: red. Hex color #F91542 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91542 is #06EABD. Grayscale: #5E5E5E. Windows color (decimal): -453310 or 4331001. OLE color: 4331001.
HSL color Cylindrical-coordinate representation of color #F91542: hue angle of 348.16º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F91542 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 21 | 66 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.02 |
| HSL | 348.16º | 0.95% | 0.53% | - |
| HSV(B) | 348.16º | 0.92% | 0.98% | - |
| XYZ | 40.32 | 21.07 | 7.1 | - |
| YUV | 94.3 | 112.04 | 238.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 21 | 66 | 0 | 0.92 | 0.73 | 0.02 | 348.16 | 0.95 | 0.53 |
| Hex | F9 | 15 | 42 | 0 | 5C | 49 | 2 | 15C | 5F | 35 |
| Octal | 371 | 25 | 102 | 0 | 134 | 111 | 2 | 534 | 137 | 65 |
| Binary | 11111001 | 10101 | 1000010 | 0 | 1011100 | 1001001 | 10 | 101011100 | 1011111 | 110101 |
Color Harmonies of #F91542
Complementary color
Monochromatic Colors of #F91542
Black with #F91542
Text Example
Text Example
White with #F91542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91542; }
p { color: rgb(249,21,66); }
H1.HeaderClassName
{
color: #F91542;
}
.AnyTagClassName
{
color: #F91542;
}
</style>
background-color css
<style>
a { background-color: #F91542; }
a { background-color: rgb(249,21,66); }
div.DivClassName
{
background-color: #F91542;
}
.BgClassName
{
background-color: #F91542;
}
</style>
border-color css
<style>
span { border-color: #F91542; }
span { border-color: rgb(249,21,66); }
td.TdClassName
{
border-color: #F91542;
}
.TagClassName
{
border-color: #F91542;
}
</style>