Shades of Torch Red #FF0220
Tints of Torch Red #FF0220
RGB
CMYK
RGB Variations
Color information
#FF0220 (or 0xFF0220) is known color: Torch Red. HEX triplet: FF, 02 and 20. RGB value is (255,2,32). Sum of RGB (Red+Green+Blue) = 255+2+32=289 (38% of max value = 765). Red value is 255 (100% from 255 or 88.24% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0220 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0220 is #00FDDF. Grayscale: #515151. Windows color (decimal): -64992 or 2097919. OLE color: 2097919.
HSL color Cylindrical-coordinate representation of color #FF0220: hue angle of 352.89º 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 #FF0220 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 32 | - |
| CMYK | 0 | 0.99 | 0.87 | 0 |
| HSL | 352.89º | 1% | 0.5% | - |
| HSV(B) | 352.89º | 0.99% | 1% | - |
| XYZ | 41.52 | 21.41 | 3.31 | - |
| YUV | 81.07 | 100.32 | 252.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 32 | 0 | 0.99 | 0.87 | 0 | 352.89 | 1 | 0.5 |
| Hex | FF | 2 | 20 | 0 | 63 | 57 | 0 | 161 | 64 | 32 |
| Octal | 377 | 2 | 40 | 0 | 143 | 127 | 0 | 541 | 144 | 62 |
| Binary | 11111111 | 10 | 100000 | 0 | 1100011 | 1010111 | 0 | 101100001 | 1100100 | 110010 |
Color Harmonies of #FF0220
Complementary color
Monochromatic Colors of #FF0220
Black with #FF0220
Text Example
Text Example
White with #FF0220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0220; }
p { color: rgb(255,2,32); }
H1.HeaderClassName
{
color: #FF0220;
}
.AnyTagClassName
{
color: #FF0220;
}
</style>
background-color css
<style>
a { background-color: #FF0220; }
a { background-color: rgb(255,2,32); }
div.DivClassName
{
background-color: #FF0220;
}
.BgClassName
{
background-color: #FF0220;
}
</style>
border-color css
<style>
span { border-color: #FF0220; }
span { border-color: rgb(255,2,32); }
td.TdClassName
{
border-color: #FF0220;
}
.TagClassName
{
border-color: #FF0220;
}
</style>