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