Shades of Torch Red #F0143C
Tints of Torch Red #F0143C
RGB
CMYK
RGB Variations
Color information
#F0143C (or 0xF0143C) is known color: Torch Red. HEX triplet: F0, 14 and 3C. RGB value is (240,20,60). Sum of RGB (Red+Green+Blue) = 240+20+60=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F0143C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0143C is #0FEBC3. Grayscale: #5A5A5A. Windows color (decimal): -1043396 or 3937520. OLE color: 3937520.
HSL color Cylindrical-coordinate representation of color #F0143C: hue angle of 349.09º 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 #F0143C is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 60 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.06 |
| HSL | 349.09º | 0.88% | 0.51% | - |
| HSV(B) | 349.09º | 0.92% | 0.94% | - |
| XYZ | 37 | 19.35 | 6.06 | - |
| YUV | 90.34 | 110.89 | 234.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 60 | 0 | 0.92 | 0.75 | 0.06 | 349.09 | 0.88 | 0.51 |
| Hex | F0 | 14 | 3C | 0 | 5C | 4B | 6 | 15D | 58 | 33 |
| Octal | 360 | 24 | 74 | 0 | 134 | 113 | 6 | 535 | 130 | 63 |
| Binary | 11110000 | 10100 | 111100 | 0 | 1011100 | 1001011 | 110 | 101011101 | 1011000 | 110011 |
Color Harmonies of #F0143C
Complementary color
Monochromatic Colors of #F0143C
Black with #F0143C
Text Example
Text Example
White with #F0143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0143C; }
p { color: rgb(240,20,60); }
H1.HeaderClassName
{
color: #F0143C;
}
.AnyTagClassName
{
color: #F0143C;
}
</style>
background-color css
<style>
a { background-color: #F0143C; }
a { background-color: rgb(240,20,60); }
div.DivClassName
{
background-color: #F0143C;
}
.BgClassName
{
background-color: #F0143C;
}
</style>
border-color css
<style>
span { border-color: #F0143C; }
span { border-color: rgb(240,20,60); }
td.TdClassName
{
border-color: #F0143C;
}
.TagClassName
{
border-color: #F0143C;
}
</style>