Shades of Torch Red #F91C23
Tints of Torch Red #F91C23
RGB
CMYK
RGB Variations
Color information
#F91C23 (or 0xF91C23) is known color: Torch Red. HEX triplet: F9, 1C and 23. RGB value is (249,28,35). Sum of RGB (Red+Green+Blue) = 249+28+35=312 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.81% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91C23 is #06E3DC. Grayscale: #5F5F5F. Windows color (decimal): -451549 or 2301177. OLE color: 2301177.
HSL color Cylindrical-coordinate representation of color #F91C23: hue angle of 358.1º 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 #F91C23 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 35 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.02 |
| HSL | 358.1º | 0.95% | 0.54% | - |
| HSV(B) | 358.1º | 0.89% | 0.98% | - |
| XYZ | 39.79 | 21.09 | 3.56 | - |
| YUV | 94.88 | 94.22 | 237.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 35 | 0 | 0.89 | 0.86 | 0.02 | 358.1 | 0.95 | 0.54 |
| Hex | F9 | 1C | 23 | 0 | 59 | 56 | 2 | 166 | 5F | 36 |
| Octal | 371 | 34 | 43 | 0 | 131 | 126 | 2 | 546 | 137 | 66 |
| Binary | 11111001 | 11100 | 100011 | 0 | 1011001 | 1010110 | 10 | 101100110 | 1011111 | 110110 |
Color Harmonies of #F91C23
Complementary color
Monochromatic Colors of #F91C23
Black with #F91C23
Text Example
Text Example
White with #F91C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91C23; }
p { color: rgb(249,28,35); }
H1.HeaderClassName
{
color: #F91C23;
}
.AnyTagClassName
{
color: #F91C23;
}
</style>
background-color css
<style>
a { background-color: #F91C23; }
a { background-color: rgb(249,28,35); }
div.DivClassName
{
background-color: #F91C23;
}
.BgClassName
{
background-color: #F91C23;
}
</style>
border-color css
<style>
span { border-color: #F91C23; }
span { border-color: rgb(249,28,35); }
td.TdClassName
{
border-color: #F91C23;
}
.TagClassName
{
border-color: #F91C23;
}
</style>