Shades of Torch Red #F91C44
Tints of Torch Red #F91C44
RGB
CMYK
RGB Variations
Color information
#F91C44 (or 0xF91C44) is known color: Torch Red. HEX triplet: F9, 1C and 44. RGB value is (249,28,68). Sum of RGB (Red+Green+Blue) = 249+28+68=345 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.17% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91C44 is #06E3BB. Grayscale: #626262. Windows color (decimal): -451516 or 4463865. OLE color: 4463865.
HSL color Cylindrical-coordinate representation of color #F91C44: hue angle of 349.14º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91C44 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 68 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.02 |
| HSL | 349.14º | 0.95% | 0.54% | - |
| HSV(B) | 349.14º | 0.89% | 0.98% | - |
| XYZ | 40.53 | 21.39 | 7.46 | - |
| YUV | 98.64 | 110.72 | 235.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 68 | 0 | 0.89 | 0.73 | 0.02 | 349.14 | 0.95 | 0.54 |
| Hex | F9 | 1C | 44 | 0 | 59 | 49 | 2 | 15D | 5F | 36 |
| Octal | 371 | 34 | 104 | 0 | 131 | 111 | 2 | 535 | 137 | 66 |
| Binary | 11111001 | 11100 | 1000100 | 0 | 1011001 | 1001001 | 10 | 101011101 | 1011111 | 110110 |
Color Harmonies of #F91C44
Complementary color
Monochromatic Colors of #F91C44
Black with #F91C44
Text Example
Text Example
White with #F91C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91C44; }
p { color: rgb(249,28,68); }
H1.HeaderClassName
{
color: #F91C44;
}
.AnyTagClassName
{
color: #F91C44;
}
</style>
background-color css
<style>
a { background-color: #F91C44; }
a { background-color: rgb(249,28,68); }
div.DivClassName
{
background-color: #F91C44;
}
.BgClassName
{
background-color: #F91C44;
}
</style>
border-color css
<style>
span { border-color: #F91C44; }
span { border-color: rgb(249,28,68); }
td.TdClassName
{
border-color: #F91C44;
}
.TagClassName
{
border-color: #F91C44;
}
</style>