Shades of Torch Red #FF0920
Tints of Torch Red #FF0920
RGB
CMYK
RGB Variations
Color information
#FF0920 (or 0xFF0920) is known color: Torch Red. HEX triplet: FF, 09 and 20. RGB value is (255,9,32). Sum of RGB (Red+Green+Blue) = 255+9+32=296 (39% of max value = 765). Red value is 255 (100% from 255 or 86.15% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0920 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0920 is #00F6DF. Grayscale: #555555. Windows color (decimal): -63200 or 2099711. OLE color: 2099711.
HSL color Cylindrical-coordinate representation of color #FF0920: hue angle of 354.39º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0920 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 32 | - |
| CMYK | 0 | 0.96 | 0.87 | 0 |
| HSL | 354.39º | 1% | 0.52% | - |
| HSV(B) | 354.39º | 0.96% | 1% | - |
| XYZ | 41.6 | 21.56 | 3.34 | - |
| YUV | 85.18 | 98 | 249.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 32 | 0 | 0.96 | 0.87 | 0 | 354.39 | 1 | 0.52 |
| Hex | FF | 9 | 20 | 0 | 60 | 57 | 0 | 162 | 64 | 34 |
| Octal | 377 | 11 | 40 | 0 | 140 | 127 | 0 | 542 | 144 | 64 |
| Binary | 11111111 | 1001 | 100000 | 0 | 1100000 | 1010111 | 0 | 101100010 | 1100100 | 110100 |
Color Harmonies of #FF0920
Complementary color
Monochromatic Colors of #FF0920
Black with #FF0920
Text Example
Text Example
White with #FF0920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0920; }
p { color: rgb(255,9,32); }
H1.HeaderClassName
{
color: #FF0920;
}
.AnyTagClassName
{
color: #FF0920;
}
</style>
background-color css
<style>
a { background-color: #FF0920; }
a { background-color: rgb(255,9,32); }
div.DivClassName
{
background-color: #FF0920;
}
.BgClassName
{
background-color: #FF0920;
}
</style>
border-color css
<style>
span { border-color: #FF0920; }
span { border-color: rgb(255,9,32); }
td.TdClassName
{
border-color: #FF0920;
}
.TagClassName
{
border-color: #FF0920;
}
</style>