Shades of Torch Red #FD013B
Tints of Torch Red #FD013B
RGB
CMYK
RGB Variations
Color information
#FD013B (or 0xFD013B) is known color: Torch Red. HEX triplet: FD, 01 and 3B. RGB value is (253,1,59). Sum of RGB (Red+Green+Blue) = 253+1+59=313 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.83% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 253 - color contains mainly: red. Hex color #FD013B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD013B is #02FEC4. Grayscale: #525252. Windows color (decimal): -196293 or 3867133. OLE color: 3867133.
HSL color Cylindrical-coordinate representation of color #FD013B: hue angle of 346.19º 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 #FD013B is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 59 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.01 |
| HSL | 346.19º | 0.99% | 0.5% | - |
| HSV(B) | 346.19º | 1% | 0.99% | - |
| XYZ | 41.31 | 21.22 | 6.06 | - |
| YUV | 82.96 | 114.49 | 249.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 59 | 0 | 1.00 | 0.77 | 0.01 | 346.19 | 0.99 | 0.5 |
| Hex | FD | 1 | 3B | 0 | 64 | 4D | 1 | 15A | 63 | 32 |
| Octal | 375 | 1 | 73 | 0 | 144 | 115 | 1 | 532 | 143 | 62 |
| Binary | 11111101 | 1 | 111011 | 0 | 1100100 | 1001101 | 1 | 101011010 | 1100011 | 110010 |
Color Harmonies of #FD013B
Complementary color
Monochromatic Colors of #FD013B
Black with #FD013B
Text Example
Text Example
White with #FD013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD013B; }
p { color: rgb(253,1,59); }
H1.HeaderClassName
{
color: #FD013B;
}
.AnyTagClassName
{
color: #FD013B;
}
</style>
background-color css
<style>
a { background-color: #FD013B; }
a { background-color: rgb(253,1,59); }
div.DivClassName
{
background-color: #FD013B;
}
.BgClassName
{
background-color: #FD013B;
}
</style>
border-color css
<style>
span { border-color: #FD013B; }
span { border-color: rgb(253,1,59); }
td.TdClassName
{
border-color: #FD013B;
}
.TagClassName
{
border-color: #FD013B;
}
</style>