Shades of Torch Red #F01123
Tints of Torch Red #F01123
RGB
CMYK
RGB Variations
Color information
#F01123 (or 0xF01123) is known color: Torch Red. HEX triplet: F0, 11 and 23. RGB value is (240,17,35). Sum of RGB (Red+Green+Blue) = 240+17+35=292 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.19% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 35 (14.06% from 255 or 11.99% from 292); Max value from RGB is 240 - color contains mainly: red. Hex color #F01123 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01123 is #0FEEDC. Grayscale: #555555. Windows color (decimal): -1044189 or 2298352. OLE color: 2298352.
HSL color Cylindrical-coordinate representation of color #F01123: hue angle of 355.16º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01123 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 35 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.06 |
| HSL | 355.16º | 0.88% | 0.5% | - |
| HSV(B) | 355.16º | 0.93% | 0.94% | - |
| XYZ | 36.44 | 19.05 | 3.35 | - |
| YUV | 85.73 | 99.38 | 238.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 35 | 0 | 0.93 | 0.85 | 0.06 | 355.16 | 0.88 | 0.5 |
| Hex | F0 | 11 | 23 | 0 | 5D | 55 | 6 | 163 | 58 | 32 |
| Octal | 360 | 21 | 43 | 0 | 135 | 125 | 6 | 543 | 130 | 62 |
| Binary | 11110000 | 10001 | 100011 | 0 | 1011101 | 1010101 | 110 | 101100011 | 1011000 | 110010 |
Color Harmonies of #F01123
Complementary color
Monochromatic Colors of #F01123
Black with #F01123
Text Example
Text Example
White with #F01123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01123; }
p { color: rgb(240,17,35); }
H1.HeaderClassName
{
color: #F01123;
}
.AnyTagClassName
{
color: #F01123;
}
</style>
background-color css
<style>
a { background-color: #F01123; }
a { background-color: rgb(240,17,35); }
div.DivClassName
{
background-color: #F01123;
}
.BgClassName
{
background-color: #F01123;
}
</style>
border-color css
<style>
span { border-color: #F01123; }
span { border-color: rgb(240,17,35); }
td.TdClassName
{
border-color: #F01123;
}
.TagClassName
{
border-color: #F01123;
}
</style>