Shades of Torch Red #F0141B
Tints of Torch Red #F0141B
RGB
CMYK
RGB Variations
Color information
#F0141B (or 0xF0141B) is known color: Torch Red. HEX triplet: F0, 14 and 1B. RGB value is (240,20,27). Sum of RGB (Red+Green+Blue) = 240+20+27=287 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.62% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 240 - color contains mainly: red. Hex color #F0141B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0141B is #0FEBE4. Grayscale: #565656. Windows color (decimal): -1043429 or 1774832. OLE color: 1774832.
HSL color Cylindrical-coordinate representation of color #F0141B: hue angle of 358.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 #F0141B is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 27 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.06 |
| HSL | 358.09º | 0.88% | 0.51% | - |
| HSV(B) | 358.09º | 0.92% | 0.94% | - |
| XYZ | 36.38 | 19.1 | 2.81 | - |
| YUV | 86.58 | 94.39 | 237.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 27 | 0 | 0.92 | 0.89 | 0.06 | 358.09 | 0.88 | 0.51 |
| Hex | F0 | 14 | 1B | 0 | 5C | 59 | 6 | 166 | 58 | 33 |
| Octal | 360 | 24 | 33 | 0 | 134 | 131 | 6 | 546 | 130 | 63 |
| Binary | 11110000 | 10100 | 11011 | 0 | 1011100 | 1011001 | 110 | 101100110 | 1011000 | 110011 |
Color Harmonies of #F0141B
Complementary color
Monochromatic Colors of #F0141B
Black with #F0141B
Text Example
Text Example
White with #F0141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0141B; }
p { color: rgb(240,20,27); }
H1.HeaderClassName
{
color: #F0141B;
}
.AnyTagClassName
{
color: #F0141B;
}
</style>
background-color css
<style>
a { background-color: #F0141B; }
a { background-color: rgb(240,20,27); }
div.DivClassName
{
background-color: #F0141B;
}
.BgClassName
{
background-color: #F0141B;
}
</style>
border-color css
<style>
span { border-color: #F0141B; }
span { border-color: rgb(240,20,27); }
td.TdClassName
{
border-color: #F0141B;
}
.TagClassName
{
border-color: #F0141B;
}
</style>