Shades of Torch Red #FD0106
Tints of Torch Red #FD0106
RGB
CMYK
RGB Variations
Color information
#FD0106 (or 0xFD0106) is known color: Torch Red. HEX triplet: FD, 01 and 06. RGB value is (253,1,6). Sum of RGB (Red+Green+Blue) = 253+1+6=260 (34% of max value = 765). Red value is 253 (99.22% from 255 or 97.31% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0106 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0106 is #02FEF9. Grayscale: #4D4D4D. Windows color (decimal): -196346 or 393725. OLE color: 393725.
HSL color Cylindrical-coordinate representation of color #FD0106: hue angle of 358.81º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD0106 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 6 | - |
| CMYK | 0 | 1.00 | 0.98 | 0.01 |
| HSL | 358.81º | 0.99% | 0.5% | - |
| HSV(B) | 358.81º | 1% | 0.99% | - |
| XYZ | 40.55 | 20.92 | 2.07 | - |
| YUV | 76.92 | 87.99 | 253.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 6 | 0 | 1.00 | 0.98 | 0.01 | 358.81 | 0.99 | 0.5 |
| Hex | FD | 1 | 6 | 0 | 64 | 62 | 1 | 167 | 63 | 32 |
| Octal | 375 | 1 | 6 | 0 | 144 | 142 | 1 | 547 | 143 | 62 |
| Binary | 11111101 | 1 | 110 | 0 | 1100100 | 1100010 | 1 | 101100111 | 1100011 | 110010 |
Color Harmonies of #FD0106
Complementary color
Monochromatic Colors of #FD0106
Black with #FD0106
Text Example
Text Example
White with #FD0106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0106; }
p { color: rgb(253,1,6); }
H1.HeaderClassName
{
color: #FD0106;
}
.AnyTagClassName
{
color: #FD0106;
}
</style>
background-color css
<style>
a { background-color: #FD0106; }
a { background-color: rgb(253,1,6); }
div.DivClassName
{
background-color: #FD0106;
}
.BgClassName
{
background-color: #FD0106;
}
</style>
border-color css
<style>
span { border-color: #FD0106; }
span { border-color: rgb(253,1,6); }
td.TdClassName
{
border-color: #FD0106;
}
.TagClassName
{
border-color: #FD0106;
}
</style>