Shades of Torch Red #F91C29
Tints of Torch Red #F91C29
RGB
CMYK
RGB Variations
Color information
#F91C29 (or 0xF91C29) is known color: Torch Red. HEX triplet: F9, 1C and 29. RGB value is (249,28,41). Sum of RGB (Red+Green+Blue) = 249+28+41=318 (42% of max value = 765). Red value is 249 (97.66% from 255 or 78.30% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91C29 is #06E3D6. Grayscale: #5F5F5F. Windows color (decimal): -451543 or 2694393. OLE color: 2694393.
HSL color Cylindrical-coordinate representation of color #F91C29: hue angle of 356.47º 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 #F91C29 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 41 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.02 |
| HSL | 356.47º | 0.95% | 0.54% | - |
| HSV(B) | 356.47º | 0.89% | 0.98% | - |
| XYZ | 39.88 | 21.13 | 4.07 | - |
| YUV | 95.56 | 97.22 | 237.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 41 | 0 | 0.89 | 0.84 | 0.02 | 356.47 | 0.95 | 0.54 |
| Hex | F9 | 1C | 29 | 0 | 59 | 54 | 2 | 164 | 5F | 36 |
| Octal | 371 | 34 | 51 | 0 | 131 | 124 | 2 | 544 | 137 | 66 |
| Binary | 11111001 | 11100 | 101001 | 0 | 1011001 | 1010100 | 10 | 101100100 | 1011111 | 110110 |
Color Harmonies of #F91C29
Complementary color
Monochromatic Colors of #F91C29
Black with #F91C29
Text Example
Text Example
White with #F91C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91C29; }
p { color: rgb(249,28,41); }
H1.HeaderClassName
{
color: #F91C29;
}
.AnyTagClassName
{
color: #F91C29;
}
</style>
background-color css
<style>
a { background-color: #F91C29; }
a { background-color: rgb(249,28,41); }
div.DivClassName
{
background-color: #F91C29;
}
.BgClassName
{
background-color: #F91C29;
}
</style>
border-color css
<style>
span { border-color: #F91C29; }
span { border-color: rgb(249,28,41); }
td.TdClassName
{
border-color: #F91C29;
}
.TagClassName
{
border-color: #F91C29;
}
</style>