Shades of Torch Red #FF144D
Tints of Torch Red #FF144D
RGB
CMYK
RGB Variations
Color information
#FF144D (or 0xFF144D) is known color: Torch Red. HEX triplet: FF, 14 and 4D. RGB value is (255,20,77). Sum of RGB (Red+Green+Blue) = 255+20+77=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF144D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF144D is #00EBB2. Grayscale: #606060. Windows color (decimal): -60339 or 5051647. OLE color: 5051647.
HSL color Cylindrical-coordinate representation of color #FF144D: hue angle of 345.45º 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 #FF144D is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 77 | - |
| CMYK | 0 | 0.92 | 0.70 | 0 |
| HSL | 345.45º | 1% | 0.54% | - |
| HSV(B) | 345.45º | 0.92% | 1% | - |
| XYZ | 42.83 | 22.3 | 9.07 | - |
| YUV | 96.76 | 116.86 | 240.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 77 | 0 | 0.92 | 0.70 | 0 | 345.45 | 1 | 0.54 |
| Hex | FF | 14 | 4D | 0 | 5C | 46 | 0 | 159 | 64 | 36 |
| Octal | 377 | 24 | 115 | 0 | 134 | 106 | 0 | 531 | 144 | 66 |
| Binary | 11111111 | 10100 | 1001101 | 0 | 1011100 | 1000110 | 0 | 101011001 | 1100100 | 110110 |
Color Harmonies of #FF144D
Complementary color
Monochromatic Colors of #FF144D
Black with #FF144D
Text Example
Text Example
White with #FF144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF144D; }
p { color: rgb(255,20,77); }
H1.HeaderClassName
{
color: #FF144D;
}
.AnyTagClassName
{
color: #FF144D;
}
</style>
background-color css
<style>
a { background-color: #FF144D; }
a { background-color: rgb(255,20,77); }
div.DivClassName
{
background-color: #FF144D;
}
.BgClassName
{
background-color: #FF144D;
}
</style>
border-color css
<style>
span { border-color: #FF144D; }
span { border-color: rgb(255,20,77); }
td.TdClassName
{
border-color: #FF144D;
}
.TagClassName
{
border-color: #FF144D;
}
</style>