Shades of Torch Red #F01344
Tints of Torch Red #F01344
RGB
CMYK
RGB Variations
Color information
#F01344 (or 0xF01344) is known color: Torch Red. HEX triplet: F0, 13 and 44. RGB value is (240,19,68). Sum of RGB (Red+Green+Blue) = 240+19+68=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F01344 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01344 is #0FECBB. Grayscale: #5A5A5A. Windows color (decimal): -1043644 or 4461552. OLE color: 4461552.
HSL color Cylindrical-coordinate representation of color #F01344: hue angle of 346.7º 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 #F01344 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 68 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.06 |
| HSL | 346.7º | 0.88% | 0.51% | - |
| HSV(B) | 346.7º | 0.92% | 0.94% | - |
| XYZ | 37.21 | 19.41 | 7.25 | - |
| YUV | 90.67 | 115.22 | 234.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 68 | 0 | 0.92 | 0.72 | 0.06 | 346.7 | 0.88 | 0.51 |
| Hex | F0 | 13 | 44 | 0 | 5C | 48 | 6 | 15B | 58 | 33 |
| Octal | 360 | 23 | 104 | 0 | 134 | 110 | 6 | 533 | 130 | 63 |
| Binary | 11110000 | 10011 | 1000100 | 0 | 1011100 | 1001000 | 110 | 101011011 | 1011000 | 110011 |
Color Harmonies of #F01344
Complementary color
Monochromatic Colors of #F01344
Black with #F01344
Text Example
Text Example
White with #F01344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01344; }
p { color: rgb(240,19,68); }
H1.HeaderClassName
{
color: #F01344;
}
.AnyTagClassName
{
color: #F01344;
}
</style>
background-color css
<style>
a { background-color: #F01344; }
a { background-color: rgb(240,19,68); }
div.DivClassName
{
background-color: #F01344;
}
.BgClassName
{
background-color: #F01344;
}
</style>
border-color css
<style>
span { border-color: #F01344; }
span { border-color: rgb(240,19,68); }
td.TdClassName
{
border-color: #F01344;
}
.TagClassName
{
border-color: #F01344;
}
</style>