Shades of Torch Red #F0142B
Tints of Torch Red #F0142B
RGB
CMYK
RGB Variations
Color information
#F0142B (or 0xF0142B) is known color: Torch Red. HEX triplet: F0, 14 and 2B. RGB value is (240,20,43). Sum of RGB (Red+Green+Blue) = 240+20+43=303 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.21% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 240 - color contains mainly: red. Hex color #F0142B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0142B is #0FEBD4. Grayscale: #585858. Windows color (decimal): -1043413 or 2823408. OLE color: 2823408.
HSL color Cylindrical-coordinate representation of color #F0142B: hue angle of 353.73º 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 #F0142B is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 43 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.06 |
| HSL | 353.73º | 0.88% | 0.51% | - |
| HSV(B) | 353.73º | 0.92% | 0.94% | - |
| XYZ | 36.62 | 19.2 | 4.06 | - |
| YUV | 88.4 | 102.39 | 236.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 43 | 0 | 0.92 | 0.82 | 0.06 | 353.73 | 0.88 | 0.51 |
| Hex | F0 | 14 | 2B | 0 | 5C | 52 | 6 | 162 | 58 | 33 |
| Octal | 360 | 24 | 53 | 0 | 134 | 122 | 6 | 542 | 130 | 63 |
| Binary | 11110000 | 10100 | 101011 | 0 | 1011100 | 1010010 | 110 | 101100010 | 1011000 | 110011 |
Color Harmonies of #F0142B
Complementary color
Monochromatic Colors of #F0142B
Black with #F0142B
Text Example
Text Example
White with #F0142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0142B; }
p { color: rgb(240,20,43); }
H1.HeaderClassName
{
color: #F0142B;
}
.AnyTagClassName
{
color: #F0142B;
}
</style>
background-color css
<style>
a { background-color: #F0142B; }
a { background-color: rgb(240,20,43); }
div.DivClassName
{
background-color: #F0142B;
}
.BgClassName
{
background-color: #F0142B;
}
</style>
border-color css
<style>
span { border-color: #F0142B; }
span { border-color: rgb(240,20,43); }
td.TdClassName
{
border-color: #F0142B;
}
.TagClassName
{
border-color: #F0142B;
}
</style>