Shades of Torch Red #F0143B
Tints of Torch Red #F0143B
RGB
CMYK
RGB Variations
Color information
#F0143B (or 0xF0143B) is known color: Torch Red. HEX triplet: F0, 14 and 3B. RGB value is (240,20,59). Sum of RGB (Red+Green+Blue) = 240+20+59=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F0143B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0143B is #0FEBC4. Grayscale: #5A5A5A. Windows color (decimal): -1043397 or 3871984. OLE color: 3871984.
HSL color Cylindrical-coordinate representation of color #F0143B: hue angle of 349.36º 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 #F0143B is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 59 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.06 |
| HSL | 349.36º | 0.88% | 0.51% | - |
| HSV(B) | 349.36º | 0.92% | 0.94% | - |
| XYZ | 36.97 | 19.34 | 5.92 | - |
| YUV | 90.23 | 110.39 | 234.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 59 | 0 | 0.92 | 0.75 | 0.06 | 349.36 | 0.88 | 0.51 |
| Hex | F0 | 14 | 3B | 0 | 5C | 4B | 6 | 15D | 58 | 33 |
| Octal | 360 | 24 | 73 | 0 | 134 | 113 | 6 | 535 | 130 | 63 |
| Binary | 11110000 | 10100 | 111011 | 0 | 1011100 | 1001011 | 110 | 101011101 | 1011000 | 110011 |
Color Harmonies of #F0143B
Complementary color
Monochromatic Colors of #F0143B
Black with #F0143B
Text Example
Text Example
White with #F0143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0143B; }
p { color: rgb(240,20,59); }
H1.HeaderClassName
{
color: #F0143B;
}
.AnyTagClassName
{
color: #F0143B;
}
</style>
background-color css
<style>
a { background-color: #F0143B; }
a { background-color: rgb(240,20,59); }
div.DivClassName
{
background-color: #F0143B;
}
.BgClassName
{
background-color: #F0143B;
}
</style>
border-color css
<style>
span { border-color: #F0143B; }
span { border-color: rgb(240,20,59); }
td.TdClassName
{
border-color: #F0143B;
}
.TagClassName
{
border-color: #F0143B;
}
</style>