Shades of Torch Red #FF142D
Tints of Torch Red #FF142D
RGB
CMYK
RGB Variations
Color information
#FF142D (or 0xFF142D) is known color: Torch Red. HEX triplet: FF, 14 and 2D. RGB value is (255,20,45). Sum of RGB (Red+Green+Blue) = 255+20+45=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF142D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF142D is #00EBD2. Grayscale: #5D5D5D. Windows color (decimal): -60371 or 2954495. OLE color: 2954495.
HSL color Cylindrical-coordinate representation of color #FF142D: hue angle of 353.62º 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 #FF142D is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 45 | - |
| CMYK | 0 | 0.92 | 0.82 | 0 |
| HSL | 353.62º | 1% | 0.54% | - |
| HSV(B) | 353.62º | 0.92% | 1% | - |
| XYZ | 41.96 | 21.95 | 4.51 | - |
| YUV | 93.12 | 100.86 | 243.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 45 | 0 | 0.92 | 0.82 | 0 | 353.62 | 1 | 0.54 |
| Hex | FF | 14 | 2D | 0 | 5C | 52 | 0 | 162 | 64 | 36 |
| Octal | 377 | 24 | 55 | 0 | 134 | 122 | 0 | 542 | 144 | 66 |
| Binary | 11111111 | 10100 | 101101 | 0 | 1011100 | 1010010 | 0 | 101100010 | 1100100 | 110110 |
Color Harmonies of #FF142D
Complementary color
Monochromatic Colors of #FF142D
Black with #FF142D
Text Example
Text Example
White with #FF142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF142D; }
p { color: rgb(255,20,45); }
H1.HeaderClassName
{
color: #FF142D;
}
.AnyTagClassName
{
color: #FF142D;
}
</style>
background-color css
<style>
a { background-color: #FF142D; }
a { background-color: rgb(255,20,45); }
div.DivClassName
{
background-color: #FF142D;
}
.BgClassName
{
background-color: #FF142D;
}
</style>
border-color css
<style>
span { border-color: #FF142D; }
span { border-color: rgb(255,20,45); }
td.TdClassName
{
border-color: #FF142D;
}
.TagClassName
{
border-color: #FF142D;
}
</style>