Shades of Torch Red #FF144E
Tints of Torch Red #FF144E
RGB
CMYK
RGB Variations
Color information
#FF144E (or 0xFF144E) is known color: Torch Red. HEX triplet: FF, 14 and 4E. RGB value is (255,20,78). Sum of RGB (Red+Green+Blue) = 255+20+78=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF144E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF144E is #00EBB1. Grayscale: #606060. Windows color (decimal): -60338 or 5117183. OLE color: 5117183.
HSL color Cylindrical-coordinate representation of color #FF144E: hue angle of 345.19º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF144E is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 78 | - |
| CMYK | 0 | 0.92 | 0.69 | 0 |
| HSL | 345.19º | 1% | 0.54% | - |
| HSV(B) | 345.19º | 0.92% | 1% | - |
| XYZ | 42.87 | 22.31 | 9.25 | - |
| YUV | 96.88 | 117.36 | 240.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 78 | 0 | 0.92 | 0.69 | 0 | 345.19 | 1 | 0.54 |
| Hex | FF | 14 | 4E | 0 | 5C | 45 | 0 | 159 | 64 | 36 |
| Octal | 377 | 24 | 116 | 0 | 134 | 105 | 0 | 531 | 144 | 66 |
| Binary | 11111111 | 10100 | 1001110 | 0 | 1011100 | 1000101 | 0 | 101011001 | 1100100 | 110110 |
Color Harmonies of #FF144E
Complementary color
Monochromatic Colors of #FF144E
Black with #FF144E
Text Example
Text Example
White with #FF144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF144E; }
p { color: rgb(255,20,78); }
H1.HeaderClassName
{
color: #FF144E;
}
.AnyTagClassName
{
color: #FF144E;
}
</style>
background-color css
<style>
a { background-color: #FF144E; }
a { background-color: rgb(255,20,78); }
div.DivClassName
{
background-color: #FF144E;
}
.BgClassName
{
background-color: #FF144E;
}
</style>
border-color css
<style>
span { border-color: #FF144E; }
span { border-color: rgb(255,20,78); }
td.TdClassName
{
border-color: #FF144E;
}
.TagClassName
{
border-color: #FF144E;
}
</style>