Shades of Torch Red #FF0420
Tints of Torch Red #FF0420
RGB
CMYK
RGB Variations
Color information
#FF0420 (or 0xFF0420) is known color: Torch Red. HEX triplet: FF, 04 and 20. RGB value is (255,4,32). Sum of RGB (Red+Green+Blue) = 255+4+32=291 (38% of max value = 765). Red value is 255 (100% from 255 or 87.63% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0420 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0420 is #00FBDF. Grayscale: #525252. Windows color (decimal): -64480 or 2098431. OLE color: 2098431.
HSL color Cylindrical-coordinate representation of color #FF0420: hue angle of 353.31º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0420 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 32 | - |
| CMYK | 0 | 0.98 | 0.87 | 0 |
| HSL | 353.31º | 1% | 0.51% | - |
| HSV(B) | 353.31º | 0.98% | 1% | - |
| XYZ | 41.54 | 21.45 | 3.32 | - |
| YUV | 82.24 | 99.66 | 251.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 32 | 0 | 0.98 | 0.87 | 0 | 353.31 | 1 | 0.51 |
| Hex | FF | 4 | 20 | 0 | 62 | 57 | 0 | 161 | 64 | 33 |
| Octal | 377 | 4 | 40 | 0 | 142 | 127 | 0 | 541 | 144 | 63 |
| Binary | 11111111 | 100 | 100000 | 0 | 1100010 | 1010111 | 0 | 101100001 | 1100100 | 110011 |
Color Harmonies of #FF0420
Complementary color
Monochromatic Colors of #FF0420
Black with #FF0420
Text Example
Text Example
White with #FF0420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0420; }
p { color: rgb(255,4,32); }
H1.HeaderClassName
{
color: #FF0420;
}
.AnyTagClassName
{
color: #FF0420;
}
</style>
background-color css
<style>
a { background-color: #FF0420; }
a { background-color: rgb(255,4,32); }
div.DivClassName
{
background-color: #FF0420;
}
.BgClassName
{
background-color: #FF0420;
}
</style>
border-color css
<style>
span { border-color: #FF0420; }
span { border-color: rgb(255,4,32); }
td.TdClassName
{
border-color: #FF0420;
}
.TagClassName
{
border-color: #FF0420;
}
</style>