Shades of Torch Red #FF0221
Tints of Torch Red #FF0221
RGB
CMYK
RGB Variations
Color information
#FF0221 (or 0xFF0221) is known color: Torch Red. HEX triplet: FF, 02 and 21. RGB value is (255,2,33). Sum of RGB (Red+Green+Blue) = 255+2+33=290 (38% of max value = 765). Red value is 255 (100% from 255 or 87.93% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0221 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0221 is #00FDDE. Grayscale: #515151. Windows color (decimal): -64991 or 2163455. OLE color: 2163455.
HSL color Cylindrical-coordinate representation of color #FF0221: hue angle of 352.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0221 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 33 | - |
| CMYK | 0 | 0.99 | 0.87 | 0 |
| HSL | 352.65º | 1% | 0.5% | - |
| HSV(B) | 352.65º | 0.99% | 1% | - |
| XYZ | 41.54 | 21.41 | 3.38 | - |
| YUV | 81.18 | 100.82 | 251.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 33 | 0 | 0.99 | 0.87 | 0 | 352.65 | 1 | 0.5 |
| Hex | FF | 2 | 21 | 0 | 63 | 57 | 0 | 161 | 64 | 32 |
| Octal | 377 | 2 | 41 | 0 | 143 | 127 | 0 | 541 | 144 | 62 |
| Binary | 11111111 | 10 | 100001 | 0 | 1100011 | 1010111 | 0 | 101100001 | 1100100 | 110010 |
Color Harmonies of #FF0221
Complementary color
Monochromatic Colors of #FF0221
Black with #FF0221
Text Example
Text Example
White with #FF0221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0221; }
p { color: rgb(255,2,33); }
H1.HeaderClassName
{
color: #FF0221;
}
.AnyTagClassName
{
color: #FF0221;
}
</style>
background-color css
<style>
a { background-color: #FF0221; }
a { background-color: rgb(255,2,33); }
div.DivClassName
{
background-color: #FF0221;
}
.BgClassName
{
background-color: #FF0221;
}
</style>
border-color css
<style>
span { border-color: #FF0221; }
span { border-color: rgb(255,2,33); }
td.TdClassName
{
border-color: #FF0221;
}
.TagClassName
{
border-color: #FF0221;
}
</style>