Shades of Torch Red #FF0006
Tints of Torch Red #FF0006
RGB
CMYK
RGB Variations
Color information
#FF0006 (or 0xFF0006) is known color: Torch Red. HEX triplet: FF, 00 and 06. RGB value is (255,0,6). Sum of RGB (Red+Green+Blue) = 255+0+6=261 (34% of max value = 765). Red value is 255 (100% from 255 or 97.70% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0006 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0006 is #00FFF9. Grayscale: #4D4D4D. Windows color (decimal): -65530 or 393471. OLE color: 393471.
HSL color Cylindrical-coordinate representation of color #FF0006: hue angle of 358.59º 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 #FF0006 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.98 | 0 |
| HSL | 358.59º | 1% | 0.5% | - |
| HSV(B) | 358.59º | 1% | 1% | - |
| XYZ | 41.27 | 21.27 | 2.1 | - |
| YUV | 76.93 | 87.98 | 255.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 6 | 0 | 1 | 0.98 | 0 | 358.59 | 1 | 0.5 |
| Hex | FF | 0 | 6 | 0 | 64 | 62 | 0 | 167 | 64 | 32 |
| Octal | 377 | 0 | 6 | 0 | 144 | 142 | 0 | 547 | 144 | 62 |
| Binary | 11111111 | 0 | 110 | 0 | 1100100 | 1100010 | 0 | 101100111 | 1100100 | 110010 |
Color Harmonies of #FF0006
Complementary color
Monochromatic Colors of #FF0006
Black with #FF0006
Text Example
Text Example
White with #FF0006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0006; }
p { color: rgb(255,0,6); }
H1.HeaderClassName
{
color: #FF0006;
}
.AnyTagClassName
{
color: #FF0006;
}
</style>
background-color css
<style>
a { background-color: #FF0006; }
a { background-color: rgb(255,0,6); }
div.DivClassName
{
background-color: #FF0006;
}
.BgClassName
{
background-color: #FF0006;
}
</style>
border-color css
<style>
span { border-color: #FF0006; }
span { border-color: rgb(255,0,6); }
td.TdClassName
{
border-color: #FF0006;
}
.TagClassName
{
border-color: #FF0006;
}
</style>