Shades of Torch Red #FD1346
Tints of Torch Red #FD1346
RGB
CMYK
RGB Variations
Color information
#FD1346 (or 0xFD1346) is known color: Torch Red. HEX triplet: FD, 13 and 46. RGB value is (253,19,70). Sum of RGB (Red+Green+Blue) = 253+19+70=342 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.98% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1346 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1346 is #02ECB9. Grayscale: #5E5E5E. Windows color (decimal): -191674 or 4592637. OLE color: 4592637.
HSL color Cylindrical-coordinate representation of color #FD1346: hue angle of 346.92º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD1346 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 19 | 70 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.01 |
| HSL | 346.92º | 0.98% | 0.53% | - |
| HSV(B) | 346.92º | 0.92% | 0.99% | - |
| XYZ | 41.85 | 21.79 | 7.79 | - |
| YUV | 94.78 | 114.02 | 240.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 19 | 70 | 0 | 0.92 | 0.72 | 0.01 | 346.92 | 0.98 | 0.53 |
| Hex | FD | 13 | 46 | 0 | 5C | 48 | 1 | 15B | 62 | 35 |
| Octal | 375 | 23 | 106 | 0 | 134 | 110 | 1 | 533 | 142 | 65 |
| Binary | 11111101 | 10011 | 1000110 | 0 | 1011100 | 1001000 | 1 | 101011011 | 1100010 | 110101 |
Color Harmonies of #FD1346
Complementary color
Monochromatic Colors of #FD1346
Black with #FD1346
Text Example
Text Example
White with #FD1346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1346; }
p { color: rgb(253,19,70); }
H1.HeaderClassName
{
color: #FD1346;
}
.AnyTagClassName
{
color: #FD1346;
}
</style>
background-color css
<style>
a { background-color: #FD1346; }
a { background-color: rgb(253,19,70); }
div.DivClassName
{
background-color: #FD1346;
}
.BgClassName
{
background-color: #FD1346;
}
</style>
border-color css
<style>
span { border-color: #FD1346; }
span { border-color: rgb(253,19,70); }
td.TdClassName
{
border-color: #FD1346;
}
.TagClassName
{
border-color: #FD1346;
}
</style>