Shades of Torch Red #FF1429
Tints of Torch Red #FF1429
RGB
CMYK
RGB Variations
Color information
#FF1429 (or 0xFF1429) is known color: Torch Red. HEX triplet: FF, 14 and 29. RGB value is (255,20,41). Sum of RGB (Red+Green+Blue) = 255+20+41=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1429 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1429 is #00EBD6. Grayscale: #5C5C5C. Windows color (decimal): -60375 or 2692351. OLE color: 2692351.
HSL color Cylindrical-coordinate representation of color #FF1429: hue angle of 354.64º 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 #FF1429 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 41 | - |
| CMYK | 0 | 0.92 | 0.84 | 0 |
| HSL | 354.64º | 1% | 0.54% | - |
| HSV(B) | 354.64º | 0.92% | 1% | - |
| XYZ | 41.89 | 21.92 | 4.12 | - |
| YUV | 92.66 | 98.86 | 243.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 41 | 0 | 0.92 | 0.84 | 0 | 354.64 | 1 | 0.54 |
| Hex | FF | 14 | 29 | 0 | 5C | 54 | 0 | 163 | 64 | 36 |
| Octal | 377 | 24 | 51 | 0 | 134 | 124 | 0 | 543 | 144 | 66 |
| Binary | 11111111 | 10100 | 101001 | 0 | 1011100 | 1010100 | 0 | 101100011 | 1100100 | 110110 |
Color Harmonies of #FF1429
Complementary color
Monochromatic Colors of #FF1429
Black with #FF1429
Text Example
Text Example
White with #FF1429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1429; }
p { color: rgb(255,20,41); }
H1.HeaderClassName
{
color: #FF1429;
}
.AnyTagClassName
{
color: #FF1429;
}
</style>
background-color css
<style>
a { background-color: #FF1429; }
a { background-color: rgb(255,20,41); }
div.DivClassName
{
background-color: #FF1429;
}
.BgClassName
{
background-color: #FF1429;
}
</style>
border-color css
<style>
span { border-color: #FF1429; }
span { border-color: rgb(255,20,41); }
td.TdClassName
{
border-color: #FF1429;
}
.TagClassName
{
border-color: #FF1429;
}
</style>