Shades of Torch Red #FF1521
Tints of Torch Red #FF1521
RGB
CMYK
RGB Variations
Color information
#FF1521 (or 0xFF1521) is known color: Torch Red. HEX triplet: FF, 15 and 21. RGB value is (255,21,33). Sum of RGB (Red+Green+Blue) = 255+21+33=309 (40% of max value = 765). Red value is 255 (100% from 255 or 82.52% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1521 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1521 is #00EADE. Grayscale: #5C5C5C. Windows color (decimal): -60127 or 2168319. OLE color: 2168319.
HSL color Cylindrical-coordinate representation of color #FF1521: hue angle of 356.92º 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 #FF1521 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 33 | - |
| CMYK | 0 | 0.92 | 0.87 | 0 |
| HSL | 356.92º | 1% | 0.54% | - |
| HSV(B) | 356.92º | 0.92% | 1% | - |
| XYZ | 41.78 | 21.91 | 3.46 | - |
| YUV | 92.33 | 94.52 | 244.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 33 | 0 | 0.92 | 0.87 | 0 | 356.92 | 1 | 0.54 |
| Hex | FF | 15 | 21 | 0 | 5C | 57 | 0 | 165 | 64 | 36 |
| Octal | 377 | 25 | 41 | 0 | 134 | 127 | 0 | 545 | 144 | 66 |
| Binary | 11111111 | 10101 | 100001 | 0 | 1011100 | 1010111 | 0 | 101100101 | 1100100 | 110110 |
Color Harmonies of #FF1521
Complementary color
Monochromatic Colors of #FF1521
Black with #FF1521
Text Example
Text Example
White with #FF1521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1521; }
p { color: rgb(255,21,33); }
H1.HeaderClassName
{
color: #FF1521;
}
.AnyTagClassName
{
color: #FF1521;
}
</style>
background-color css
<style>
a { background-color: #FF1521; }
a { background-color: rgb(255,21,33); }
div.DivClassName
{
background-color: #FF1521;
}
.BgClassName
{
background-color: #FF1521;
}
</style>
border-color css
<style>
span { border-color: #FF1521; }
span { border-color: rgb(255,21,33); }
td.TdClassName
{
border-color: #FF1521;
}
.TagClassName
{
border-color: #FF1521;
}
</style>