Shades of Torch Red #F01323
Tints of Torch Red #F01323
RGB
CMYK
RGB Variations
Color information
#F01323 (or 0xF01323) is known color: Torch Red. HEX triplet: F0, 13 and 23. RGB value is (240,19,35). Sum of RGB (Red+Green+Blue) = 240+19+35=294 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.63% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 240 - color contains mainly: red. Hex color #F01323 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01323 is #0FECDC. Grayscale: #575757. Windows color (decimal): -1043677 or 2298864. OLE color: 2298864.
HSL color Cylindrical-coordinate representation of color #F01323: hue angle of 355.66º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F01323 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 35 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.06 |
| HSL | 355.66º | 0.88% | 0.51% | - |
| HSV(B) | 355.66º | 0.92% | 0.94% | - |
| XYZ | 36.47 | 19.11 | 3.36 | - |
| YUV | 86.9 | 98.72 | 237.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 35 | 0 | 0.92 | 0.85 | 0.06 | 355.66 | 0.88 | 0.51 |
| Hex | F0 | 13 | 23 | 0 | 5C | 55 | 6 | 164 | 58 | 33 |
| Octal | 360 | 23 | 43 | 0 | 134 | 125 | 6 | 544 | 130 | 63 |
| Binary | 11110000 | 10011 | 100011 | 0 | 1011100 | 1010101 | 110 | 101100100 | 1011000 | 110011 |
Color Harmonies of #F01323
Complementary color
Monochromatic Colors of #F01323
Black with #F01323
Text Example
Text Example
White with #F01323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01323; }
p { color: rgb(240,19,35); }
H1.HeaderClassName
{
color: #F01323;
}
.AnyTagClassName
{
color: #F01323;
}
</style>
background-color css
<style>
a { background-color: #F01323; }
a { background-color: rgb(240,19,35); }
div.DivClassName
{
background-color: #F01323;
}
.BgClassName
{
background-color: #F01323;
}
</style>
border-color css
<style>
span { border-color: #F01323; }
span { border-color: rgb(240,19,35); }
td.TdClassName
{
border-color: #F01323;
}
.TagClassName
{
border-color: #F01323;
}
</style>