Shades of Torch Red #FF0509
Tints of Torch Red #FF0509
RGB
CMYK
RGB Variations
Color information
#FF0509 (or 0xFF0509) is known color: Torch Red. HEX triplet: FF, 05 and 09. RGB value is (255,5,9). Sum of RGB (Red+Green+Blue) = 255+5+9=269 (35% of max value = 765). Red value is 255 (100% from 255 or 94.80% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0509 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0509 is #00FAF6. Grayscale: #505050. Windows color (decimal): -64247 or 591359. OLE color: 591359.
HSL color Cylindrical-coordinate representation of color #FF0509: hue angle of 359.04º 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 #FF0509 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 9 | - |
| CMYK | 0 | 0.98 | 0.96 | 0 |
| HSL | 359.04º | 1% | 0.51% | - |
| HSV(B) | 359.04º | 0.98% | 1% | - |
| XYZ | 41.34 | 21.39 | 2.21 | - |
| YUV | 80.21 | 87.83 | 252.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 9 | 0 | 0.98 | 0.96 | 0 | 359.04 | 1 | 0.51 |
| Hex | FF | 5 | 9 | 0 | 62 | 60 | 0 | 167 | 64 | 33 |
| Octal | 377 | 5 | 11 | 0 | 142 | 140 | 0 | 547 | 144 | 63 |
| Binary | 11111111 | 101 | 1001 | 0 | 1100010 | 1100000 | 0 | 101100111 | 1100100 | 110011 |
Color Harmonies of #FF0509
Complementary color
Monochromatic Colors of #FF0509
Black with #FF0509
Text Example
Text Example
White with #FF0509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0509; }
p { color: rgb(255,5,9); }
H1.HeaderClassName
{
color: #FF0509;
}
.AnyTagClassName
{
color: #FF0509;
}
</style>
background-color css
<style>
a { background-color: #FF0509; }
a { background-color: rgb(255,5,9); }
div.DivClassName
{
background-color: #FF0509;
}
.BgClassName
{
background-color: #FF0509;
}
</style>
border-color css
<style>
span { border-color: #FF0509; }
span { border-color: rgb(255,5,9); }
td.TdClassName
{
border-color: #FF0509;
}
.TagClassName
{
border-color: #FF0509;
}
</style>