Shades of Torch Red #F91429
Tints of Torch Red #F91429
RGB
CMYK
RGB Variations
Color information
#F91429 (or 0xF91429) is known color: Torch Red. HEX triplet: F9, 14 and 29. RGB value is (249,20,41). Sum of RGB (Red+Green+Blue) = 249+20+41=310 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.32% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 249 - color contains mainly: red. Hex color #F91429 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91429 is #06EBD6. Grayscale: #5B5B5B. Windows color (decimal): -453591 or 2692345. OLE color: 2692345.
HSL color Cylindrical-coordinate representation of color #F91429: hue angle of 354.5º 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 #F91429 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 41 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.02 |
| HSL | 354.5º | 0.95% | 0.53% | - |
| HSV(B) | 354.5º | 0.92% | 0.98% | - |
| XYZ | 39.72 | 20.8 | 4.02 | - |
| YUV | 90.87 | 99.87 | 240.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 41 | 0 | 0.92 | 0.84 | 0.02 | 354.5 | 0.95 | 0.53 |
| Hex | F9 | 14 | 29 | 0 | 5C | 54 | 2 | 162 | 5F | 35 |
| Octal | 371 | 24 | 51 | 0 | 134 | 124 | 2 | 542 | 137 | 65 |
| Binary | 11111001 | 10100 | 101001 | 0 | 1011100 | 1010100 | 10 | 101100010 | 1011111 | 110101 |
Color Harmonies of #F91429
Complementary color
Monochromatic Colors of #F91429
Black with #F91429
Text Example
Text Example
White with #F91429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91429; }
p { color: rgb(249,20,41); }
H1.HeaderClassName
{
color: #F91429;
}
.AnyTagClassName
{
color: #F91429;
}
</style>
background-color css
<style>
a { background-color: #F91429; }
a { background-color: rgb(249,20,41); }
div.DivClassName
{
background-color: #F91429;
}
.BgClassName
{
background-color: #F91429;
}
</style>
border-color css
<style>
span { border-color: #F91429; }
span { border-color: rgb(249,20,41); }
td.TdClassName
{
border-color: #F91429;
}
.TagClassName
{
border-color: #F91429;
}
</style>