Shades of Torch Red #F91434
Tints of Torch Red #F91434
RGB
CMYK
RGB Variations
Color information
#F91434 (or 0xF91434) is known color: Torch Red. HEX triplet: F9, 14 and 34. RGB value is (249,20,52). Sum of RGB (Red+Green+Blue) = 249+20+52=321 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.57% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 249 - color contains mainly: red. Hex color #F91434 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91434 is #06EBCB. Grayscale: #5C5C5C. Windows color (decimal): -453580 or 3413241. OLE color: 3413241.
HSL color Cylindrical-coordinate representation of color #F91434: hue angle of 351.62º 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 #F91434 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 52 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.02 |
| HSL | 351.62º | 0.95% | 0.53% | - |
| HSV(B) | 351.62º | 0.92% | 0.98% | - |
| XYZ | 39.94 | 20.89 | 5.18 | - |
| YUV | 92.12 | 105.37 | 239.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 52 | 0 | 0.92 | 0.79 | 0.02 | 351.62 | 0.95 | 0.53 |
| Hex | F9 | 14 | 34 | 0 | 5C | 4F | 2 | 160 | 5F | 35 |
| Octal | 371 | 24 | 64 | 0 | 134 | 117 | 2 | 540 | 137 | 65 |
| Binary | 11111001 | 10100 | 110100 | 0 | 1011100 | 1001111 | 10 | 101100000 | 1011111 | 110101 |
Color Harmonies of #F91434
Complementary color
Monochromatic Colors of #F91434
Black with #F91434
Text Example
Text Example
White with #F91434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91434; }
p { color: rgb(249,20,52); }
H1.HeaderClassName
{
color: #F91434;
}
.AnyTagClassName
{
color: #F91434;
}
</style>
background-color css
<style>
a { background-color: #F91434; }
a { background-color: rgb(249,20,52); }
div.DivClassName
{
background-color: #F91434;
}
.BgClassName
{
background-color: #F91434;
}
</style>
border-color css
<style>
span { border-color: #F91434; }
span { border-color: rgb(249,20,52); }
td.TdClassName
{
border-color: #F91434;
}
.TagClassName
{
border-color: #F91434;
}
</style>