Shades of Torch Red #F11823
Tints of Torch Red #F11823
RGB
CMYK
RGB Variations
Color information
#F11823 (or 0xF11823) is known color: Torch Red. HEX triplet: F1, 18 and 23. RGB value is (241,24,35). Sum of RGB (Red+Green+Blue) = 241+24+35=300 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.33% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 35 (14.06% from 255 or 11.67% from 300); Max value from RGB is 241 - color contains mainly: red. Hex color #F11823 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11823 is #0EE7DC. Grayscale: #5A5A5A. Windows color (decimal): -976861 or 2300145. OLE color: 2300145.
HSL color Cylindrical-coordinate representation of color #F11823: hue angle of 356.96º 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 #F11823 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 24 | 35 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.05 |
| HSL | 356.96º | 0.89% | 0.52% | - |
| HSV(B) | 356.96º | 0.9% | 0.95% | - |
| XYZ | 36.91 | 19.48 | 3.4 | - |
| YUV | 90.14 | 96.89 | 235.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 24 | 35 | 0 | 0.90 | 0.85 | 0.05 | 356.96 | 0.89 | 0.52 |
| Hex | F1 | 18 | 23 | 0 | 5A | 55 | 5 | 165 | 59 | 34 |
| Octal | 361 | 30 | 43 | 0 | 132 | 125 | 5 | 545 | 131 | 64 |
| Binary | 11110001 | 11000 | 100011 | 0 | 1011010 | 1010101 | 101 | 101100101 | 1011001 | 110100 |
Color Harmonies of #F11823
Complementary color
Monochromatic Colors of #F11823
Black with #F11823
Text Example
Text Example
White with #F11823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11823; }
p { color: rgb(241,24,35); }
H1.HeaderClassName
{
color: #F11823;
}
.AnyTagClassName
{
color: #F11823;
}
</style>
background-color css
<style>
a { background-color: #F11823; }
a { background-color: rgb(241,24,35); }
div.DivClassName
{
background-color: #F11823;
}
.BgClassName
{
background-color: #F11823;
}
</style>
border-color css
<style>
span { border-color: #F11823; }
span { border-color: rgb(241,24,35); }
td.TdClassName
{
border-color: #F11823;
}
.TagClassName
{
border-color: #F11823;
}
</style>