Shades of Torch Red #F91631
Tints of Torch Red #F91631
RGB
CMYK
RGB Variations
Color information
#F91631 (or 0xF91631) is known color: Torch Red. HEX triplet: F9, 16 and 31. RGB value is (249,22,49). Sum of RGB (Red+Green+Blue) = 249+22+49=320 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.81% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 249 - color contains mainly: red. Hex color #F91631 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91631 is #06E9CE. Grayscale: #5D5D5D. Windows color (decimal): -453071 or 3217145. OLE color: 3217145.
HSL color Cylindrical-coordinate representation of color #F91631: hue angle of 352.86º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F91631 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 49 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.02 |
| HSL | 352.86º | 0.95% | 0.53% | - |
| HSV(B) | 352.86º | 0.91% | 0.98% | - |
| XYZ | 39.91 | 20.94 | 4.84 | - |
| YUV | 92.95 | 103.21 | 239.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 49 | 0 | 0.91 | 0.80 | 0.02 | 352.86 | 0.95 | 0.53 |
| Hex | F9 | 16 | 31 | 0 | 5B | 50 | 2 | 161 | 5F | 35 |
| Octal | 371 | 26 | 61 | 0 | 133 | 120 | 2 | 541 | 137 | 65 |
| Binary | 11111001 | 10110 | 110001 | 0 | 1011011 | 1010000 | 10 | 101100001 | 1011111 | 110101 |
Color Harmonies of #F91631
Complementary color
Monochromatic Colors of #F91631
Black with #F91631
Text Example
Text Example
White with #F91631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91631; }
p { color: rgb(249,22,49); }
H1.HeaderClassName
{
color: #F91631;
}
.AnyTagClassName
{
color: #F91631;
}
</style>
background-color css
<style>
a { background-color: #F91631; }
a { background-color: rgb(249,22,49); }
div.DivClassName
{
background-color: #F91631;
}
.BgClassName
{
background-color: #F91631;
}
</style>
border-color css
<style>
span { border-color: #F91631; }
span { border-color: rgb(249,22,49); }
td.TdClassName
{
border-color: #F91631;
}
.TagClassName
{
border-color: #F91631;
}
</style>