Shades of Torch Red #FD000A
Tints of Torch Red #FD000A
RGB
CMYK
RGB Variations
Color information
#FD000A (or 0xFD000A) is known color: Torch Red. HEX triplet: FD, 00 and 0A. RGB value is (253,0,10). Sum of RGB (Red+Green+Blue) = 253+0+10=263 (34% of max value = 765). Red value is 253 (99.22% from 255 or 96.20% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 253 - color contains mainly: red. Hex color #FD000A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD000A is #02FFF5. Grayscale: #4C4C4C. Windows color (decimal): -196598 or 655613. OLE color: 655613.
HSL color Cylindrical-coordinate representation of color #FD000A: hue angle of 357.63º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD000A is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.96 | 0.01 |
| HSL | 357.63º | 1% | 0.5% | - |
| HSV(B) | 357.63º | 1% | 0.99% | - |
| XYZ | 40.56 | 20.9 | 2.18 | - |
| YUV | 76.79 | 90.32 | 253.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 10 | 0 | 1 | 0.96 | 0.01 | 357.63 | 1 | 0.5 |
| Hex | FD | 0 | A | 0 | 64 | 60 | 1 | 166 | 64 | 32 |
| Octal | 375 | 0 | 12 | 0 | 144 | 140 | 1 | 546 | 144 | 62 |
| Binary | 11111101 | 0 | 1010 | 0 | 1100100 | 1100000 | 1 | 101100110 | 1100100 | 110010 |
Color Harmonies of #FD000A
Complementary color
Monochromatic Colors of #FD000A
Black with #FD000A
Text Example
Text Example
White with #FD000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD000A; }
p { color: rgb(253,0,10); }
H1.HeaderClassName
{
color: #FD000A;
}
.AnyTagClassName
{
color: #FD000A;
}
</style>
background-color css
<style>
a { background-color: #FD000A; }
a { background-color: rgb(253,0,10); }
div.DivClassName
{
background-color: #FD000A;
}
.BgClassName
{
background-color: #FD000A;
}
</style>
border-color css
<style>
span { border-color: #FD000A; }
span { border-color: rgb(253,0,10); }
td.TdClassName
{
border-color: #FD000A;
}
.TagClassName
{
border-color: #FD000A;
}
</style>