Shades of Torch Red #FF060A
Tints of Torch Red #FF060A
RGB
CMYK
RGB Variations
Color information
#FF060A (or 0xFF060A) is known color: Torch Red. HEX triplet: FF, 06 and 0A. RGB value is (255,6,10). Sum of RGB (Red+Green+Blue) = 255+6+10=271 (35% of max value = 765). Red value is 255 (100% from 255 or 94.10% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 255 - color contains mainly: red. Hex color #FF060A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF060A is #00F9F5. Grayscale: #515151. Windows color (decimal): -63990 or 657151. OLE color: 657151.
HSL color Cylindrical-coordinate representation of color #FF060A: 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 #FF060A is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 10 | - |
| CMYK | 0 | 0.98 | 0.96 | 0 |
| HSL | 359.04º | 1% | 0.51% | - |
| HSV(B) | 359.04º | 0.98% | 1% | - |
| XYZ | 41.36 | 21.41 | 2.24 | - |
| YUV | 80.91 | 87.99 | 252.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 10 | 0 | 0.98 | 0.96 | 0 | 359.04 | 1 | 0.51 |
| Hex | FF | 6 | A | 0 | 62 | 60 | 0 | 167 | 64 | 33 |
| Octal | 377 | 6 | 12 | 0 | 142 | 140 | 0 | 547 | 144 | 63 |
| Binary | 11111111 | 110 | 1010 | 0 | 1100010 | 1100000 | 0 | 101100111 | 1100100 | 110011 |
Color Harmonies of #FF060A
Complementary color
Monochromatic Colors of #FF060A
Black with #FF060A
Text Example
Text Example
White with #FF060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF060A; }
p { color: rgb(255,6,10); }
H1.HeaderClassName
{
color: #FF060A;
}
.AnyTagClassName
{
color: #FF060A;
}
</style>
background-color css
<style>
a { background-color: #FF060A; }
a { background-color: rgb(255,6,10); }
div.DivClassName
{
background-color: #FF060A;
}
.BgClassName
{
background-color: #FF060A;
}
</style>
border-color css
<style>
span { border-color: #FF060A; }
span { border-color: rgb(255,6,10); }
td.TdClassName
{
border-color: #FF060A;
}
.TagClassName
{
border-color: #FF060A;
}
</style>