Shades of Torch Red #F91A32
Tints of Torch Red #F91A32
RGB
CMYK
RGB Variations
Color information
#F91A32 (or 0xF91A32) is known color: Torch Red. HEX triplet: F9, 1A and 32. RGB value is (249,26,50). Sum of RGB (Red+Green+Blue) = 249+26+50=325 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.62% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91A32 is #06E5CD. Grayscale: #5F5F5F. Windows color (decimal): -452046 or 3283705. OLE color: 3283705.
HSL color Cylindrical-coordinate representation of color #F91A32: hue angle of 353.54º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91A32 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 50 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.02 |
| HSL | 353.54º | 0.95% | 0.54% | - |
| HSV(B) | 353.54º | 0.9% | 0.98% | - |
| XYZ | 40.01 | 21.11 | 4.98 | - |
| YUV | 95.41 | 102.38 | 237.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 50 | 0 | 0.90 | 0.80 | 0.02 | 353.54 | 0.95 | 0.54 |
| Hex | F9 | 1A | 32 | 0 | 5A | 50 | 2 | 162 | 5F | 36 |
| Octal | 371 | 32 | 62 | 0 | 132 | 120 | 2 | 542 | 137 | 66 |
| Binary | 11111001 | 11010 | 110010 | 0 | 1011010 | 1010000 | 10 | 101100010 | 1011111 | 110110 |
Color Harmonies of #F91A32
Complementary color
Monochromatic Colors of #F91A32
Black with #F91A32
Text Example
Text Example
White with #F91A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91A32; }
p { color: rgb(249,26,50); }
H1.HeaderClassName
{
color: #F91A32;
}
.AnyTagClassName
{
color: #F91A32;
}
</style>
background-color css
<style>
a { background-color: #F91A32; }
a { background-color: rgb(249,26,50); }
div.DivClassName
{
background-color: #F91A32;
}
.BgClassName
{
background-color: #F91A32;
}
</style>
border-color css
<style>
span { border-color: #F91A32; }
span { border-color: rgb(249,26,50); }
td.TdClassName
{
border-color: #F91A32;
}
.TagClassName
{
border-color: #F91A32;
}
</style>