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