Shades of Torch Red #FF0020
Tints of Torch Red #FF0020
RGB
CMYK
RGB Variations
Color information
#FF0020 (or 0xFF0020) is known color: Torch Red. HEX triplet: FF, 00 and 20. RGB value is (255,0,32). Sum of RGB (Red+Green+Blue) = 255+0+32=287 (38% of max value = 765). Red value is 255 (100% from 255 or 88.85% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0020 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0020 is #00FFDF. Grayscale: #505050. Windows color (decimal): -65504 or 2097407. OLE color: 2097407.
HSL color Cylindrical-coordinate representation of color #FF0020: hue angle of 352.47º 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 #FF0020 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.87 | 0 |
| HSL | 352.47º | 1% | 0.5% | - |
| HSV(B) | 352.47º | 1% | 1% | - |
| XYZ | 41.5 | 21.36 | 3.3 | - |
| YUV | 79.89 | 100.98 | 252.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 32 | 0 | 1 | 0.87 | 0 | 352.47 | 1 | 0.5 |
| Hex | FF | 0 | 20 | 0 | 64 | 57 | 0 | 160 | 64 | 32 |
| Octal | 377 | 0 | 40 | 0 | 144 | 127 | 0 | 540 | 144 | 62 |
| Binary | 11111111 | 0 | 100000 | 0 | 1100100 | 1010111 | 0 | 101100000 | 1100100 | 110010 |
Color Harmonies of #FF0020
Complementary color
Monochromatic Colors of #FF0020
Black with #FF0020
Text Example
Text Example
White with #FF0020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0020; }
p { color: rgb(255,0,32); }
H1.HeaderClassName
{
color: #FF0020;
}
.AnyTagClassName
{
color: #FF0020;
}
</style>
background-color css
<style>
a { background-color: #FF0020; }
a { background-color: rgb(255,0,32); }
div.DivClassName
{
background-color: #FF0020;
}
.BgClassName
{
background-color: #FF0020;
}
</style>
border-color css
<style>
span { border-color: #FF0020; }
span { border-color: rgb(255,0,32); }
td.TdClassName
{
border-color: #FF0020;
}
.TagClassName
{
border-color: #FF0020;
}
</style>