Shades of Torch Red #FD013E
Tints of Torch Red #FD013E
RGB
CMYK
RGB Variations
Color information
#FD013E (or 0xFD013E) is known color: Torch Red. HEX triplet: FD, 01 and 3E. RGB value is (253,1,62). Sum of RGB (Red+Green+Blue) = 253+1+62=316 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.06% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 253 - color contains mainly: red. Hex color #FD013E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD013E is #02FEC1. Grayscale: #535353. Windows color (decimal): -196290 or 4063741. OLE color: 4063741.
HSL color Cylindrical-coordinate representation of color #FD013E: hue angle of 345.48º 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 #FD013E is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 62 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.01 |
| HSL | 345.48º | 0.99% | 0.5% | - |
| HSV(B) | 345.48º | 1% | 0.99% | - |
| XYZ | 41.39 | 21.25 | 6.48 | - |
| YUV | 83.3 | 115.99 | 249.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 62 | 0 | 1.00 | 0.75 | 0.01 | 345.48 | 0.99 | 0.5 |
| Hex | FD | 1 | 3E | 0 | 64 | 4B | 1 | 159 | 63 | 32 |
| Octal | 375 | 1 | 76 | 0 | 144 | 113 | 1 | 531 | 143 | 62 |
| Binary | 11111101 | 1 | 111110 | 0 | 1100100 | 1001011 | 1 | 101011001 | 1100011 | 110010 |
Color Harmonies of #FD013E
Complementary color
Monochromatic Colors of #FD013E
Black with #FD013E
Text Example
Text Example
White with #FD013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD013E; }
p { color: rgb(253,1,62); }
H1.HeaderClassName
{
color: #FD013E;
}
.AnyTagClassName
{
color: #FD013E;
}
</style>
background-color css
<style>
a { background-color: #FD013E; }
a { background-color: rgb(253,1,62); }
div.DivClassName
{
background-color: #FD013E;
}
.BgClassName
{
background-color: #FD013E;
}
</style>
border-color css
<style>
span { border-color: #FD013E; }
span { border-color: rgb(253,1,62); }
td.TdClassName
{
border-color: #FD013E;
}
.TagClassName
{
border-color: #FD013E;
}
</style>