Shades of Torch Red #F91423
Tints of Torch Red #F91423
RGB
CMYK
RGB Variations
Color information
#F91423 (or 0xF91423) is known color: Torch Red. HEX triplet: F9, 14 and 23. RGB value is (249,20,35). Sum of RGB (Red+Green+Blue) = 249+20+35=304 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.91% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 249 - color contains mainly: red. Hex color #F91423 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91423 is #06EBDC. Grayscale: #5A5A5A. Windows color (decimal): -453597 or 2299129. OLE color: 2299129.
HSL color Cylindrical-coordinate representation of color #F91423: hue angle of 356.07º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F91423 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 35 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.02 |
| HSL | 356.07º | 0.95% | 0.53% | - |
| HSV(B) | 356.07º | 0.92% | 0.98% | - |
| XYZ | 39.62 | 20.76 | 3.51 | - |
| YUV | 90.18 | 96.87 | 241.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 35 | 0 | 0.92 | 0.86 | 0.02 | 356.07 | 0.95 | 0.53 |
| Hex | F9 | 14 | 23 | 0 | 5C | 56 | 2 | 164 | 5F | 35 |
| Octal | 371 | 24 | 43 | 0 | 134 | 126 | 2 | 544 | 137 | 65 |
| Binary | 11111001 | 10100 | 100011 | 0 | 1011100 | 1010110 | 10 | 101100100 | 1011111 | 110101 |
Color Harmonies of #F91423
Complementary color
Monochromatic Colors of #F91423
Black with #F91423
Text Example
Text Example
White with #F91423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91423; }
p { color: rgb(249,20,35); }
H1.HeaderClassName
{
color: #F91423;
}
.AnyTagClassName
{
color: #F91423;
}
</style>
background-color css
<style>
a { background-color: #F91423; }
a { background-color: rgb(249,20,35); }
div.DivClassName
{
background-color: #F91423;
}
.BgClassName
{
background-color: #F91423;
}
</style>
border-color css
<style>
span { border-color: #F91423; }
span { border-color: rgb(249,20,35); }
td.TdClassName
{
border-color: #F91423;
}
.TagClassName
{
border-color: #F91423;
}
</style>