Shades of Torch Red #FF144C
Tints of Torch Red #FF144C
RGB
CMYK
RGB Variations
Color information
#FF144C (or 0xFF144C) is known color: Torch Red. HEX triplet: FF, 14 and 4C. RGB value is (255,20,76). Sum of RGB (Red+Green+Blue) = 255+20+76=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF144C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF144C is #00EBB3. Grayscale: #606060. Windows color (decimal): -60340 or 4986111. OLE color: 4986111.
HSL color Cylindrical-coordinate representation of color #FF144C: hue angle of 345.7º 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 #FF144C is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 76 | - |
| CMYK | 0 | 0.92 | 0.70 | 0 |
| HSL | 345.7º | 1% | 0.54% | - |
| HSV(B) | 345.7º | 0.92% | 1% | - |
| XYZ | 42.79 | 22.28 | 8.88 | - |
| YUV | 96.65 | 116.36 | 240.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 76 | 0 | 0.92 | 0.70 | 0 | 345.7 | 1 | 0.54 |
| Hex | FF | 14 | 4C | 0 | 5C | 46 | 0 | 15A | 64 | 36 |
| Octal | 377 | 24 | 114 | 0 | 134 | 106 | 0 | 532 | 144 | 66 |
| Binary | 11111111 | 10100 | 1001100 | 0 | 1011100 | 1000110 | 0 | 101011010 | 1100100 | 110110 |
Color Harmonies of #FF144C
Complementary color
Monochromatic Colors of #FF144C
Black with #FF144C
Text Example
Text Example
White with #FF144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF144C; }
p { color: rgb(255,20,76); }
H1.HeaderClassName
{
color: #FF144C;
}
.AnyTagClassName
{
color: #FF144C;
}
</style>
background-color css
<style>
a { background-color: #FF144C; }
a { background-color: rgb(255,20,76); }
div.DivClassName
{
background-color: #FF144C;
}
.BgClassName
{
background-color: #FF144C;
}
</style>
border-color css
<style>
span { border-color: #FF144C; }
span { border-color: rgb(255,20,76); }
td.TdClassName
{
border-color: #FF144C;
}
.TagClassName
{
border-color: #FF144C;
}
</style>