Shades of Torch Red #FF142C
Tints of Torch Red #FF142C
RGB
CMYK
RGB Variations
Color information
#FF142C (or 0xFF142C) is known color: Torch Red. HEX triplet: FF, 14 and 2C. RGB value is (255,20,44). Sum of RGB (Red+Green+Blue) = 255+20+44=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF142C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF142C is #00EBD3. Grayscale: #5D5D5D. Windows color (decimal): -60372 or 2888959. OLE color: 2888959.
HSL color Cylindrical-coordinate representation of color #FF142C: hue angle of 353.87º 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 #FF142C is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 44 | - |
| CMYK | 0 | 0.92 | 0.83 | 0 |
| HSL | 353.87º | 1% | 0.54% | - |
| HSV(B) | 353.87º | 0.92% | 1% | - |
| XYZ | 41.94 | 21.94 | 4.41 | - |
| YUV | 93 | 100.36 | 243.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 44 | 0 | 0.92 | 0.83 | 0 | 353.87 | 1 | 0.54 |
| Hex | FF | 14 | 2C | 0 | 5C | 53 | 0 | 162 | 64 | 36 |
| Octal | 377 | 24 | 54 | 0 | 134 | 123 | 0 | 542 | 144 | 66 |
| Binary | 11111111 | 10100 | 101100 | 0 | 1011100 | 1010011 | 0 | 101100010 | 1100100 | 110110 |
Color Harmonies of #FF142C
Complementary color
Monochromatic Colors of #FF142C
Black with #FF142C
Text Example
Text Example
White with #FF142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF142C; }
p { color: rgb(255,20,44); }
H1.HeaderClassName
{
color: #FF142C;
}
.AnyTagClassName
{
color: #FF142C;
}
</style>
background-color css
<style>
a { background-color: #FF142C; }
a { background-color: rgb(255,20,44); }
div.DivClassName
{
background-color: #FF142C;
}
.BgClassName
{
background-color: #FF142C;
}
</style>
border-color css
<style>
span { border-color: #FF142C; }
span { border-color: rgb(255,20,44); }
td.TdClassName
{
border-color: #FF142C;
}
.TagClassName
{
border-color: #FF142C;
}
</style>