Shades of Torch Red #F11323
Tints of Torch Red #F11323
RGB
CMYK
RGB Variations
Color information
#F11323 (or 0xF11323) is known color: Torch Red. HEX triplet: F1, 13 and 23. RGB value is (241,19,35). Sum of RGB (Red+Green+Blue) = 241+19+35=295 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.69% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 241 - color contains mainly: red. Hex color #F11323 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11323 is #0EECDC. Grayscale: #575757. Windows color (decimal): -978141 or 2298865. OLE color: 2298865.
HSL color Cylindrical-coordinate representation of color #F11323: hue angle of 355.68º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F11323 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 35 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.05 |
| HSL | 355.68º | 0.89% | 0.51% | - |
| HSV(B) | 355.68º | 0.92% | 0.95% | - |
| XYZ | 36.81 | 19.29 | 3.37 | - |
| YUV | 87.2 | 98.55 | 237.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 35 | 0 | 0.92 | 0.85 | 0.05 | 355.68 | 0.89 | 0.51 |
| Hex | F1 | 13 | 23 | 0 | 5C | 55 | 5 | 164 | 59 | 33 |
| Octal | 361 | 23 | 43 | 0 | 134 | 125 | 5 | 544 | 131 | 63 |
| Binary | 11110001 | 10011 | 100011 | 0 | 1011100 | 1010101 | 101 | 101100100 | 1011001 | 110011 |
Color Harmonies of #F11323
Complementary color
Monochromatic Colors of #F11323
Black with #F11323
Text Example
Text Example
White with #F11323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11323; }
p { color: rgb(241,19,35); }
H1.HeaderClassName
{
color: #F11323;
}
.AnyTagClassName
{
color: #F11323;
}
</style>
background-color css
<style>
a { background-color: #F11323; }
a { background-color: rgb(241,19,35); }
div.DivClassName
{
background-color: #F11323;
}
.BgClassName
{
background-color: #F11323;
}
</style>
border-color css
<style>
span { border-color: #F11323; }
span { border-color: rgb(241,19,35); }
td.TdClassName
{
border-color: #F11323;
}
.TagClassName
{
border-color: #F11323;
}
</style>