Shades of Torch Red #FF0609
Tints of Torch Red #FF0609
RGB
CMYK
RGB Variations
Color information
#FF0609 (or 0xFF0609) is known color: Torch Red. HEX triplet: FF, 06 and 09. RGB value is (255,6,9). Sum of RGB (Red+Green+Blue) = 255+6+9=270 (35% of max value = 765). Red value is 255 (100% from 255 or 94.44% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0609 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0609 is #00F9F6. Grayscale: #515151. Windows color (decimal): -63991 or 591615. OLE color: 591615.
HSL color Cylindrical-coordinate representation of color #FF0609: hue angle of 359.28º 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 #FF0609 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 9 | - |
| CMYK | 0 | 0.98 | 0.96 | 0 |
| HSL | 359.28º | 1% | 0.51% | - |
| HSV(B) | 359.28º | 0.98% | 1% | - |
| XYZ | 41.35 | 21.41 | 2.21 | - |
| YUV | 80.79 | 87.49 | 252.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 9 | 0 | 0.98 | 0.96 | 0 | 359.28 | 1 | 0.51 |
| Hex | FF | 6 | 9 | 0 | 62 | 60 | 0 | 167 | 64 | 33 |
| Octal | 377 | 6 | 11 | 0 | 142 | 140 | 0 | 547 | 144 | 63 |
| Binary | 11111111 | 110 | 1001 | 0 | 1100010 | 1100000 | 0 | 101100111 | 1100100 | 110011 |
Color Harmonies of #FF0609
Complementary color
Monochromatic Colors of #FF0609
Black with #FF0609
Text Example
Text Example
White with #FF0609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0609; }
p { color: rgb(255,6,9); }
H1.HeaderClassName
{
color: #FF0609;
}
.AnyTagClassName
{
color: #FF0609;
}
</style>
background-color css
<style>
a { background-color: #FF0609; }
a { background-color: rgb(255,6,9); }
div.DivClassName
{
background-color: #FF0609;
}
.BgClassName
{
background-color: #FF0609;
}
</style>
border-color css
<style>
span { border-color: #FF0609; }
span { border-color: rgb(255,6,9); }
td.TdClassName
{
border-color: #FF0609;
}
.TagClassName
{
border-color: #FF0609;
}
</style>