Shades of Torch Red #FD013D
Tints of Torch Red #FD013D
RGB
CMYK
RGB Variations
Color information
#FD013D (or 0xFD013D) is known color: Torch Red. HEX triplet: FD, 01 and 3D. RGB value is (253,1,61). Sum of RGB (Red+Green+Blue) = 253+1+61=315 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.32% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 253 - color contains mainly: red. Hex color #FD013D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD013D is #02FEC2. Grayscale: #535353. Windows color (decimal): -196291 or 3998205. OLE color: 3998205.
HSL color Cylindrical-coordinate representation of color #FD013D: hue angle of 345.71º 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 #FD013D is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 61 | - |
| CMYK | 0 | 1.00 | 0.76 | 0.01 |
| HSL | 345.71º | 0.99% | 0.5% | - |
| HSV(B) | 345.71º | 1% | 0.99% | - |
| XYZ | 41.36 | 21.24 | 6.33 | - |
| YUV | 83.19 | 115.49 | 249.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 61 | 0 | 1.00 | 0.76 | 0.01 | 345.71 | 0.99 | 0.5 |
| Hex | FD | 1 | 3D | 0 | 64 | 4C | 1 | 15A | 63 | 32 |
| Octal | 375 | 1 | 75 | 0 | 144 | 114 | 1 | 532 | 143 | 62 |
| Binary | 11111101 | 1 | 111101 | 0 | 1100100 | 1001100 | 1 | 101011010 | 1100011 | 110010 |
Color Harmonies of #FD013D
Complementary color
Monochromatic Colors of #FD013D
Black with #FD013D
Text Example
Text Example
White with #FD013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD013D; }
p { color: rgb(253,1,61); }
H1.HeaderClassName
{
color: #FD013D;
}
.AnyTagClassName
{
color: #FD013D;
}
</style>
background-color css
<style>
a { background-color: #FD013D; }
a { background-color: rgb(253,1,61); }
div.DivClassName
{
background-color: #FD013D;
}
.BgClassName
{
background-color: #FD013D;
}
</style>
border-color css
<style>
span { border-color: #FD013D; }
span { border-color: rgb(253,1,61); }
td.TdClassName
{
border-color: #FD013D;
}
.TagClassName
{
border-color: #FD013D;
}
</style>