Shades of Torch Red #FD101B
Tints of Torch Red #FD101B
RGB
CMYK
RGB Variations
Color information
#FD101B (or 0xFD101B) is known color: Torch Red. HEX triplet: FD, 10 and 1B. RGB value is (253,16,27). Sum of RGB (Red+Green+Blue) = 253+16+27=296 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.47% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 253 - color contains mainly: red. Hex color #FD101B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD101B is #02EFE4. Grayscale: #585858. Windows color (decimal): -192485 or 1773821. OLE color: 1773821.
HSL color Cylindrical-coordinate representation of color #FD101B: hue angle of 357.22º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD101B is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 16 | 27 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.01 |
| HSL | 357.22º | 0.98% | 0.53% | - |
| HSV(B) | 357.22º | 0.94% | 0.99% | - |
| XYZ | 40.89 | 21.33 | 3 | - |
| YUV | 88.12 | 93.52 | 245.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 16 | 27 | 0 | 0.94 | 0.89 | 0.01 | 357.22 | 0.98 | 0.53 |
| Hex | FD | 10 | 1B | 0 | 5E | 59 | 1 | 165 | 62 | 35 |
| Octal | 375 | 20 | 33 | 0 | 136 | 131 | 1 | 545 | 142 | 65 |
| Binary | 11111101 | 10000 | 11011 | 0 | 1011110 | 1011001 | 1 | 101100101 | 1100010 | 110101 |
Color Harmonies of #FD101B
Complementary color
Monochromatic Colors of #FD101B
Black with #FD101B
Text Example
Text Example
White with #FD101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD101B; }
p { color: rgb(253,16,27); }
H1.HeaderClassName
{
color: #FD101B;
}
.AnyTagClassName
{
color: #FD101B;
}
</style>
background-color css
<style>
a { background-color: #FD101B; }
a { background-color: rgb(253,16,27); }
div.DivClassName
{
background-color: #FD101B;
}
.BgClassName
{
background-color: #FD101B;
}
</style>
border-color css
<style>
span { border-color: #FD101B; }
span { border-color: rgb(253,16,27); }
td.TdClassName
{
border-color: #FD101B;
}
.TagClassName
{
border-color: #FD101B;
}
</style>