Shades of Torch Red #FF1420
Tints of Torch Red #FF1420
RGB
CMYK
RGB Variations
Color information
#FF1420 (or 0xFF1420) is known color: Torch Red. HEX triplet: FF, 14 and 20. RGB value is (255,20,32). Sum of RGB (Red+Green+Blue) = 255+20+32=307 (40% of max value = 765). Red value is 255 (100% from 255 or 83.06% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1420 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1420 is #00EBDF. Grayscale: #5B5B5B. Windows color (decimal): -60384 or 2102527. OLE color: 2102527.
HSL color Cylindrical-coordinate representation of color #FF1420: hue angle of 356.94º 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 #FF1420 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 32 | - |
| CMYK | 0 | 0.92 | 0.87 | 0 |
| HSL | 356.94º | 1% | 0.54% | - |
| HSV(B) | 356.94º | 0.92% | 1% | - |
| XYZ | 41.75 | 21.86 | 3.39 | - |
| YUV | 91.63 | 94.36 | 244.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 32 | 0 | 0.92 | 0.87 | 0 | 356.94 | 1 | 0.54 |
| Hex | FF | 14 | 20 | 0 | 5C | 57 | 0 | 165 | 64 | 36 |
| Octal | 377 | 24 | 40 | 0 | 134 | 127 | 0 | 545 | 144 | 66 |
| Binary | 11111111 | 10100 | 100000 | 0 | 1011100 | 1010111 | 0 | 101100101 | 1100100 | 110110 |
Color Harmonies of #FF1420
Complementary color
Monochromatic Colors of #FF1420
Black with #FF1420
Text Example
Text Example
White with #FF1420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1420; }
p { color: rgb(255,20,32); }
H1.HeaderClassName
{
color: #FF1420;
}
.AnyTagClassName
{
color: #FF1420;
}
</style>
background-color css
<style>
a { background-color: #FF1420; }
a { background-color: rgb(255,20,32); }
div.DivClassName
{
background-color: #FF1420;
}
.BgClassName
{
background-color: #FF1420;
}
</style>
border-color css
<style>
span { border-color: #FF1420; }
span { border-color: rgb(255,20,32); }
td.TdClassName
{
border-color: #FF1420;
}
.TagClassName
{
border-color: #FF1420;
}
</style>