Shades of Torch Red #F11723
Tints of Torch Red #F11723
RGB
CMYK
RGB Variations
Color information
#F11723 (or 0xF11723) is known color: Torch Red. HEX triplet: F1, 17 and 23. RGB value is (241,23,35). Sum of RGB (Red+Green+Blue) = 241+23+35=299 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.60% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 241 - color contains mainly: red. Hex color #F11723 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11723 is #0EE8DC. Grayscale: #595959. Windows color (decimal): -977117 or 2299889. OLE color: 2299889.
HSL color Cylindrical-coordinate representation of color #F11723: hue angle of 356.7º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11723 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 35 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.05 |
| HSL | 356.7º | 0.89% | 0.52% | - |
| HSV(B) | 356.7º | 0.9% | 0.95% | - |
| XYZ | 36.89 | 19.43 | 3.4 | - |
| YUV | 89.55 | 97.22 | 236.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 35 | 0 | 0.90 | 0.85 | 0.05 | 356.7 | 0.89 | 0.52 |
| Hex | F1 | 17 | 23 | 0 | 5A | 55 | 5 | 165 | 59 | 34 |
| Octal | 361 | 27 | 43 | 0 | 132 | 125 | 5 | 545 | 131 | 64 |
| Binary | 11110001 | 10111 | 100011 | 0 | 1011010 | 1010101 | 101 | 101100101 | 1011001 | 110100 |
Color Harmonies of #F11723
Complementary color
Monochromatic Colors of #F11723
Black with #F11723
Text Example
Text Example
White with #F11723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11723; }
p { color: rgb(241,23,35); }
H1.HeaderClassName
{
color: #F11723;
}
.AnyTagClassName
{
color: #F11723;
}
</style>
background-color css
<style>
a { background-color: #F11723; }
a { background-color: rgb(241,23,35); }
div.DivClassName
{
background-color: #F11723;
}
.BgClassName
{
background-color: #F11723;
}
</style>
border-color css
<style>
span { border-color: #F11723; }
span { border-color: rgb(241,23,35); }
td.TdClassName
{
border-color: #F11723;
}
.TagClassName
{
border-color: #F11723;
}
</style>