Shades of Torch Red #FF000A
Tints of Torch Red #FF000A
RGB
CMYK
RGB Variations
Color information
#FF000A (or 0xFF000A) is known color: Torch Red. HEX triplet: FF, 00 and 0A. RGB value is (255,0,10). Sum of RGB (Red+Green+Blue) = 255+0+10=265 (35% of max value = 765). Red value is 255 (100% from 255 or 96.23% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 255 - color contains mainly: red. Hex color #FF000A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF000A is #00FFF5. Grayscale: #4D4D4D. Windows color (decimal): -65526 or 655615. OLE color: 655615.
HSL color Cylindrical-coordinate representation of color #FF000A: hue angle of 357.65º 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 #FF000A is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.96 | 0 |
| HSL | 357.65º | 1% | 0.5% | - |
| HSV(B) | 357.65º | 1% | 1% | - |
| XYZ | 41.29 | 21.28 | 2.22 | - |
| YUV | 77.39 | 89.98 | 254.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 10 | 0 | 1 | 0.96 | 0 | 357.65 | 1 | 0.5 |
| Hex | FF | 0 | A | 0 | 64 | 60 | 0 | 166 | 64 | 32 |
| Octal | 377 | 0 | 12 | 0 | 144 | 140 | 0 | 546 | 144 | 62 |
| Binary | 11111111 | 0 | 1010 | 0 | 1100100 | 1100000 | 0 | 101100110 | 1100100 | 110010 |
Color Harmonies of #FF000A
Complementary color
Monochromatic Colors of #FF000A
Black with #FF000A
Text Example
Text Example
White with #FF000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF000A; }
p { color: rgb(255,0,10); }
H1.HeaderClassName
{
color: #FF000A;
}
.AnyTagClassName
{
color: #FF000A;
}
</style>
background-color css
<style>
a { background-color: #FF000A; }
a { background-color: rgb(255,0,10); }
div.DivClassName
{
background-color: #FF000A;
}
.BgClassName
{
background-color: #FF000A;
}
</style>
border-color css
<style>
span { border-color: #FF000A; }
span { border-color: rgb(255,0,10); }
td.TdClassName
{
border-color: #FF000A;
}
.TagClassName
{
border-color: #FF000A;
}
</style>