Shades of Torch Red #FF142B
Tints of Torch Red #FF142B
RGB
CMYK
RGB Variations
Color information
#FF142B (or 0xFF142B) is known color: Torch Red. HEX triplet: FF, 14 and 2B. RGB value is (255,20,43). Sum of RGB (Red+Green+Blue) = 255+20+43=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF142B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF142B is #00EBD4. Grayscale: #5D5D5D. Windows color (decimal): -60373 or 2823423. OLE color: 2823423.
HSL color Cylindrical-coordinate representation of color #FF142B: hue angle of 354.13º 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 #FF142B is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 43 | - |
| CMYK | 0 | 0.92 | 0.83 | 0 |
| HSL | 354.13º | 1% | 0.54% | - |
| HSV(B) | 354.13º | 0.92% | 1% | - |
| XYZ | 41.93 | 21.93 | 4.31 | - |
| YUV | 92.89 | 99.86 | 243.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 43 | 0 | 0.92 | 0.83 | 0 | 354.13 | 1 | 0.54 |
| Hex | FF | 14 | 2B | 0 | 5C | 53 | 0 | 162 | 64 | 36 |
| Octal | 377 | 24 | 53 | 0 | 134 | 123 | 0 | 542 | 144 | 66 |
| Binary | 11111111 | 10100 | 101011 | 0 | 1011100 | 1010011 | 0 | 101100010 | 1100100 | 110110 |
Color Harmonies of #FF142B
Complementary color
Monochromatic Colors of #FF142B
Black with #FF142B
Text Example
Text Example
White with #FF142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF142B; }
p { color: rgb(255,20,43); }
H1.HeaderClassName
{
color: #FF142B;
}
.AnyTagClassName
{
color: #FF142B;
}
</style>
background-color css
<style>
a { background-color: #FF142B; }
a { background-color: rgb(255,20,43); }
div.DivClassName
{
background-color: #FF142B;
}
.BgClassName
{
background-color: #FF142B;
}
</style>
border-color css
<style>
span { border-color: #FF142B; }
span { border-color: rgb(255,20,43); }
td.TdClassName
{
border-color: #FF142B;
}
.TagClassName
{
border-color: #FF142B;
}
</style>