Shades of Torch Red #FF1620
Tints of Torch Red #FF1620
RGB
CMYK
RGB Variations
Color information
#FF1620 (or 0xFF1620) is known color: Torch Red. HEX triplet: FF, 16 and 20. RGB value is (255,22,32). Sum of RGB (Red+Green+Blue) = 255+22+32=309 (40% of max value = 765). Red value is 255 (100% from 255 or 82.52% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1620 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1620 is #00E9DF. Grayscale: #5D5D5D. Windows color (decimal): -59872 or 2103039. OLE color: 2103039.
HSL color Cylindrical-coordinate representation of color #FF1620: hue angle of 357.42º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1620 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 32 | - |
| CMYK | 0 | 0.91 | 0.87 | 0 |
| HSL | 357.42º | 1% | 0.54% | - |
| HSV(B) | 357.42º | 0.91% | 1% | - |
| XYZ | 41.79 | 21.94 | 3.4 | - |
| YUV | 92.81 | 93.69 | 243.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 32 | 0 | 0.91 | 0.87 | 0 | 357.42 | 1 | 0.54 |
| Hex | FF | 16 | 20 | 0 | 5B | 57 | 0 | 165 | 64 | 36 |
| Octal | 377 | 26 | 40 | 0 | 133 | 127 | 0 | 545 | 144 | 66 |
| Binary | 11111111 | 10110 | 100000 | 0 | 1011011 | 1010111 | 0 | 101100101 | 1100100 | 110110 |
Color Harmonies of #FF1620
Complementary color
Monochromatic Colors of #FF1620
Black with #FF1620
Text Example
Text Example
White with #FF1620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1620; }
p { color: rgb(255,22,32); }
H1.HeaderClassName
{
color: #FF1620;
}
.AnyTagClassName
{
color: #FF1620;
}
</style>
background-color css
<style>
a { background-color: #FF1620; }
a { background-color: rgb(255,22,32); }
div.DivClassName
{
background-color: #FF1620;
}
.BgClassName
{
background-color: #FF1620;
}
</style>
border-color css
<style>
span { border-color: #FF1620; }
span { border-color: rgb(255,22,32); }
td.TdClassName
{
border-color: #FF1620;
}
.TagClassName
{
border-color: #FF1620;
}
</style>