Shades of Torch Red #FF0009
Tints of Torch Red #FF0009
RGB
CMYK
RGB Variations
Color information
#FF0009 (or 0xFF0009) is known color: Torch Red. HEX triplet: FF, 00 and 09. RGB value is (255,0,9). Sum of RGB (Red+Green+Blue) = 255+0+9=264 (34% of max value = 765). Red value is 255 (100% from 255 or 96.59% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0009 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0009 is #00FFF6. Grayscale: #4D4D4D. Windows color (decimal): -65527 or 590079. OLE color: 590079.
HSL color Cylindrical-coordinate representation of color #FF0009: hue angle of 357.88º 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 #FF0009 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.96 | 0 |
| HSL | 357.88º | 1% | 0.5% | - |
| HSV(B) | 357.88º | 1% | 1% | - |
| XYZ | 41.29 | 21.28 | 2.19 | - |
| YUV | 77.27 | 89.48 | 254.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 9 | 0 | 1 | 0.96 | 0 | 357.88 | 1 | 0.5 |
| Hex | FF | 0 | 9 | 0 | 64 | 60 | 0 | 166 | 64 | 32 |
| Octal | 377 | 0 | 11 | 0 | 144 | 140 | 0 | 546 | 144 | 62 |
| Binary | 11111111 | 0 | 1001 | 0 | 1100100 | 1100000 | 0 | 101100110 | 1100100 | 110010 |
Color Harmonies of #FF0009
Complementary color
Monochromatic Colors of #FF0009
Black with #FF0009
Text Example
Text Example
White with #FF0009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0009; }
p { color: rgb(255,0,9); }
H1.HeaderClassName
{
color: #FF0009;
}
.AnyTagClassName
{
color: #FF0009;
}
</style>
background-color css
<style>
a { background-color: #FF0009; }
a { background-color: rgb(255,0,9); }
div.DivClassName
{
background-color: #FF0009;
}
.BgClassName
{
background-color: #FF0009;
}
</style>
border-color css
<style>
span { border-color: #FF0009; }
span { border-color: rgb(255,0,9); }
td.TdClassName
{
border-color: #FF0009;
}
.TagClassName
{
border-color: #FF0009;
}
</style>