Shades of Torch Red #FD000B
Tints of Torch Red #FD000B
RGB
CMYK
RGB Variations
Color information
#FD000B (or 0xFD000B) is known color: Torch Red. HEX triplet: FD, 00 and 0B. RGB value is (253,0,11). Sum of RGB (Red+Green+Blue) = 253+0+11=264 (34% of max value = 765). Red value is 253 (99.22% from 255 or 95.83% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 253 - color contains mainly: red. Hex color #FD000B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD000B is #02FFF4. Grayscale: #4D4D4D. Windows color (decimal): -196597 or 721149. OLE color: 721149.
HSL color Cylindrical-coordinate representation of color #FD000B: hue angle of 357.39º 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 #FD000B is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.96 | 0.01 |
| HSL | 357.39º | 1% | 0.5% | - |
| HSV(B) | 357.39º | 1% | 0.99% | - |
| XYZ | 40.57 | 20.91 | 2.21 | - |
| YUV | 76.9 | 90.82 | 253.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 11 | 0 | 1 | 0.96 | 0.01 | 357.39 | 1 | 0.5 |
| Hex | FD | 0 | B | 0 | 64 | 60 | 1 | 165 | 64 | 32 |
| Octal | 375 | 0 | 13 | 0 | 144 | 140 | 1 | 545 | 144 | 62 |
| Binary | 11111101 | 0 | 1011 | 0 | 1100100 | 1100000 | 1 | 101100101 | 1100100 | 110010 |
Color Harmonies of #FD000B
Complementary color
Monochromatic Colors of #FD000B
Black with #FD000B
Text Example
Text Example
White with #FD000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD000B; }
p { color: rgb(253,0,11); }
H1.HeaderClassName
{
color: #FD000B;
}
.AnyTagClassName
{
color: #FD000B;
}
</style>
background-color css
<style>
a { background-color: #FD000B; }
a { background-color: rgb(253,0,11); }
div.DivClassName
{
background-color: #FD000B;
}
.BgClassName
{
background-color: #FD000B;
}
</style>
border-color css
<style>
span { border-color: #FD000B; }
span { border-color: rgb(253,0,11); }
td.TdClassName
{
border-color: #FD000B;
}
.TagClassName
{
border-color: #FD000B;
}
</style>