Shades of Torch Red #F91C3C
Tints of Torch Red #F91C3C
RGB
CMYK
RGB Variations
Color information
#F91C3C (or 0xF91C3C) is known color: Torch Red. HEX triplet: F9, 1C and 3C. RGB value is (249,28,60). Sum of RGB (Red+Green+Blue) = 249+28+60=337 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.89% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91C3C is #06E3C3. Grayscale: #616161. Windows color (decimal): -451524 or 3939577. OLE color: 3939577.
HSL color Cylindrical-coordinate representation of color #F91C3C: hue angle of 351.31º 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 #F91C3C is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 60 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.02 |
| HSL | 351.31º | 0.95% | 0.54% | - |
| HSV(B) | 351.31º | 0.89% | 0.98% | - |
| XYZ | 40.3 | 21.3 | 6.26 | - |
| YUV | 97.73 | 106.72 | 235.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 60 | 0 | 0.89 | 0.76 | 0.02 | 351.31 | 0.95 | 0.54 |
| Hex | F9 | 1C | 3C | 0 | 59 | 4C | 2 | 15F | 5F | 36 |
| Octal | 371 | 34 | 74 | 0 | 131 | 114 | 2 | 537 | 137 | 66 |
| Binary | 11111001 | 11100 | 111100 | 0 | 1011001 | 1001100 | 10 | 101011111 | 1011111 | 110110 |
Color Harmonies of #F91C3C
Complementary color
Monochromatic Colors of #F91C3C
Black with #F91C3C
Text Example
Text Example
White with #F91C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91C3C; }
p { color: rgb(249,28,60); }
H1.HeaderClassName
{
color: #F91C3C;
}
.AnyTagClassName
{
color: #F91C3C;
}
</style>
background-color css
<style>
a { background-color: #F91C3C; }
a { background-color: rgb(249,28,60); }
div.DivClassName
{
background-color: #F91C3C;
}
.BgClassName
{
background-color: #F91C3C;
}
</style>
border-color css
<style>
span { border-color: #F91C3C; }
span { border-color: rgb(249,28,60); }
td.TdClassName
{
border-color: #F91C3C;
}
.TagClassName
{
border-color: #F91C3C;
}
</style>