Shades of Torch Red #FF1434
Tints of Torch Red #FF1434
RGB
CMYK
RGB Variations
Color information
#FF1434 (or 0xFF1434) is known color: Torch Red. HEX triplet: FF, 14 and 34. RGB value is (255,20,52). Sum of RGB (Red+Green+Blue) = 255+20+52=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1434 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1434 is #00EBCB. Grayscale: #5E5E5E. Windows color (decimal): -60364 or 3413247. OLE color: 3413247.
HSL color Cylindrical-coordinate representation of color #FF1434: hue angle of 351.83º 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 #FF1434 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 52 | - |
| CMYK | 0 | 0.92 | 0.80 | 0 |
| HSL | 351.83º | 1% | 0.54% | - |
| HSV(B) | 351.83º | 0.92% | 1% | - |
| XYZ | 42.11 | 22.01 | 5.28 | - |
| YUV | 93.91 | 104.36 | 242.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 52 | 0 | 0.92 | 0.80 | 0 | 351.83 | 1 | 0.54 |
| Hex | FF | 14 | 34 | 0 | 5C | 50 | 0 | 160 | 64 | 36 |
| Octal | 377 | 24 | 64 | 0 | 134 | 120 | 0 | 540 | 144 | 66 |
| Binary | 11111111 | 10100 | 110100 | 0 | 1011100 | 1010000 | 0 | 101100000 | 1100100 | 110110 |
Color Harmonies of #FF1434
Complementary color
Monochromatic Colors of #FF1434
Black with #FF1434
Text Example
Text Example
White with #FF1434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1434; }
p { color: rgb(255,20,52); }
H1.HeaderClassName
{
color: #FF1434;
}
.AnyTagClassName
{
color: #FF1434;
}
</style>
background-color css
<style>
a { background-color: #FF1434; }
a { background-color: rgb(255,20,52); }
div.DivClassName
{
background-color: #FF1434;
}
.BgClassName
{
background-color: #FF1434;
}
</style>
border-color css
<style>
span { border-color: #FF1434; }
span { border-color: rgb(255,20,52); }
td.TdClassName
{
border-color: #FF1434;
}
.TagClassName
{
border-color: #FF1434;
}
</style>