Shades of Torch Red #F91732
Tints of Torch Red #F91732
RGB
CMYK
RGB Variations
Color information
#F91732 (or 0xF91732) is known color: Torch Red. HEX triplet: F9, 17 and 32. RGB value is (249,23,50). Sum of RGB (Red+Green+Blue) = 249+23+50=322 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.33% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 249 - color contains mainly: red. Hex color #F91732 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91732 is #06E8CD. Grayscale: #5D5D5D. Windows color (decimal): -452814 or 3282937. OLE color: 3282937.
HSL color Cylindrical-coordinate representation of color #F91732: hue angle of 352.83º 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 #F91732 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 50 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.02 |
| HSL | 352.83º | 0.95% | 0.53% | - |
| HSV(B) | 352.83º | 0.91% | 0.98% | - |
| XYZ | 39.95 | 20.98 | 4.96 | - |
| YUV | 93.65 | 103.37 | 238.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 50 | 0 | 0.91 | 0.80 | 0.02 | 352.83 | 0.95 | 0.53 |
| Hex | F9 | 17 | 32 | 0 | 5B | 50 | 2 | 161 | 5F | 35 |
| Octal | 371 | 27 | 62 | 0 | 133 | 120 | 2 | 541 | 137 | 65 |
| Binary | 11111001 | 10111 | 110010 | 0 | 1011011 | 1010000 | 10 | 101100001 | 1011111 | 110101 |
Color Harmonies of #F91732
Complementary color
Monochromatic Colors of #F91732
Black with #F91732
Text Example
Text Example
White with #F91732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91732; }
p { color: rgb(249,23,50); }
H1.HeaderClassName
{
color: #F91732;
}
.AnyTagClassName
{
color: #F91732;
}
</style>
background-color css
<style>
a { background-color: #F91732; }
a { background-color: rgb(249,23,50); }
div.DivClassName
{
background-color: #F91732;
}
.BgClassName
{
background-color: #F91732;
}
</style>
border-color css
<style>
span { border-color: #F91732; }
span { border-color: rgb(249,23,50); }
td.TdClassName
{
border-color: #F91732;
}
.TagClassName
{
border-color: #F91732;
}
</style>