Shades of Torch Red #F91323
Tints of Torch Red #F91323
RGB
CMYK
RGB Variations
Color information
#F91323 (or 0xF91323) is known color: Torch Red. HEX triplet: F9, 13 and 23. RGB value is (249,19,35). Sum of RGB (Red+Green+Blue) = 249+19+35=303 (40% of max value = 765). Red value is 249 (97.66% from 255 or 82.18% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 249 - color contains mainly: red. Hex color #F91323 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91323 is #06ECDC. Grayscale: #595959. Windows color (decimal): -453853 or 2298873. OLE color: 2298873.
HSL color Cylindrical-coordinate representation of color #F91323: hue angle of 355.83º 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 #F91323 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 19 | 35 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.02 |
| HSL | 355.83º | 0.95% | 0.53% | - |
| HSV(B) | 355.83º | 0.92% | 0.98% | - |
| XYZ | 39.6 | 20.73 | 3.5 | - |
| YUV | 89.59 | 97.2 | 241.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 19 | 35 | 0 | 0.92 | 0.86 | 0.02 | 355.83 | 0.95 | 0.53 |
| Hex | F9 | 13 | 23 | 0 | 5C | 56 | 2 | 164 | 5F | 35 |
| Octal | 371 | 23 | 43 | 0 | 134 | 126 | 2 | 544 | 137 | 65 |
| Binary | 11111001 | 10011 | 100011 | 0 | 1011100 | 1010110 | 10 | 101100100 | 1011111 | 110101 |
Color Harmonies of #F91323
Complementary color
Monochromatic Colors of #F91323
Black with #F91323
Text Example
Text Example
White with #F91323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91323; }
p { color: rgb(249,19,35); }
H1.HeaderClassName
{
color: #F91323;
}
.AnyTagClassName
{
color: #F91323;
}
</style>
background-color css
<style>
a { background-color: #F91323; }
a { background-color: rgb(249,19,35); }
div.DivClassName
{
background-color: #F91323;
}
.BgClassName
{
background-color: #F91323;
}
</style>
border-color css
<style>
span { border-color: #F91323; }
span { border-color: rgb(249,19,35); }
td.TdClassName
{
border-color: #F91323;
}
.TagClassName
{
border-color: #F91323;
}
</style>