Shades of Torch Red #FF0121
Tints of Torch Red #FF0121
RGB
CMYK
RGB Variations
Color information
#FF0121 (or 0xFF0121) is known color: Torch Red. HEX triplet: FF, 01 and 21. RGB value is (255,1,33). Sum of RGB (Red+Green+Blue) = 255+1+33=289 (38% of max value = 765). Red value is 255 (100% from 255 or 88.24% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0121 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0121 is #00FEDE. Grayscale: #505050. Windows color (decimal): -65247 or 2163199. OLE color: 2163199.
HSL color Cylindrical-coordinate representation of color #FF0121: hue angle of 352.44º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0121 is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 33 | - |
| CMYK | 0 | 1.00 | 0.87 | 0 |
| HSL | 352.44º | 1% | 0.5% | - |
| HSV(B) | 352.44º | 1% | 1% | - |
| XYZ | 41.53 | 21.39 | 3.38 | - |
| YUV | 80.59 | 101.15 | 252.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 33 | 0 | 1.00 | 0.87 | 0 | 352.44 | 1 | 0.5 |
| Hex | FF | 1 | 21 | 0 | 64 | 57 | 0 | 160 | 64 | 32 |
| Octal | 377 | 1 | 41 | 0 | 144 | 127 | 0 | 540 | 144 | 62 |
| Binary | 11111111 | 1 | 100001 | 0 | 1100100 | 1010111 | 0 | 101100000 | 1100100 | 110010 |
Color Harmonies of #FF0121
Complementary color
Monochromatic Colors of #FF0121
Black with #FF0121
Text Example
Text Example
White with #FF0121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0121; }
p { color: rgb(255,1,33); }
H1.HeaderClassName
{
color: #FF0121;
}
.AnyTagClassName
{
color: #FF0121;
}
</style>
background-color css
<style>
a { background-color: #FF0121; }
a { background-color: rgb(255,1,33); }
div.DivClassName
{
background-color: #FF0121;
}
.BgClassName
{
background-color: #FF0121;
}
</style>
border-color css
<style>
span { border-color: #FF0121; }
span { border-color: rgb(255,1,33); }
td.TdClassName
{
border-color: #FF0121;
}
.TagClassName
{
border-color: #FF0121;
}
</style>