Shades of Torch Red #F01723
Tints of Torch Red #F01723
RGB
CMYK
RGB Variations
Color information
#F01723 (or 0xF01723) is known color: Torch Red. HEX triplet: F0, 17 and 23. RGB value is (240,23,35). Sum of RGB (Red+Green+Blue) = 240+23+35=298 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.54% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 35 (14.06% from 255 or 11.74% from 298); Max value from RGB is 240 - color contains mainly: red. Hex color #F01723 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01723 is #0FE8DC. Grayscale: #595959. Windows color (decimal): -1042653 or 2299888. OLE color: 2299888.
HSL color Cylindrical-coordinate representation of color #F01723: hue angle of 356.68º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01723 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 35 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.06 |
| HSL | 356.68º | 0.88% | 0.52% | - |
| HSV(B) | 356.68º | 0.9% | 0.94% | - |
| XYZ | 36.54 | 19.26 | 3.38 | - |
| YUV | 89.25 | 97.39 | 235.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 35 | 0 | 0.90 | 0.85 | 0.06 | 356.68 | 0.88 | 0.52 |
| Hex | F0 | 17 | 23 | 0 | 5A | 55 | 6 | 165 | 58 | 34 |
| Octal | 360 | 27 | 43 | 0 | 132 | 125 | 6 | 545 | 130 | 64 |
| Binary | 11110000 | 10111 | 100011 | 0 | 1011010 | 1010101 | 110 | 101100101 | 1011000 | 110100 |
Color Harmonies of #F01723
Complementary color
Monochromatic Colors of #F01723
Black with #F01723
Text Example
Text Example
White with #F01723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01723; }
p { color: rgb(240,23,35); }
H1.HeaderClassName
{
color: #F01723;
}
.AnyTagClassName
{
color: #F01723;
}
</style>
background-color css
<style>
a { background-color: #F01723; }
a { background-color: rgb(240,23,35); }
div.DivClassName
{
background-color: #F01723;
}
.BgClassName
{
background-color: #F01723;
}
</style>
border-color css
<style>
span { border-color: #F01723; }
span { border-color: rgb(240,23,35); }
td.TdClassName
{
border-color: #F01723;
}
.TagClassName
{
border-color: #F01723;
}
</style>