Shades of Torch Red #FD1344
Tints of Torch Red #FD1344
RGB
CMYK
RGB Variations
Color information
#FD1344 (or 0xFD1344) is known color: Torch Red. HEX triplet: FD, 13 and 44. RGB value is (253,19,68). Sum of RGB (Red+Green+Blue) = 253+19+68=340 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.41% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1344 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1344 is #02ECBB. Grayscale: #5E5E5E. Windows color (decimal): -191676 or 4461565. OLE color: 4461565.
HSL color Cylindrical-coordinate representation of color #FD1344: hue angle of 347.44º 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 #FD1344 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 19 | 68 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.01 |
| HSL | 347.44º | 0.98% | 0.53% | - |
| HSV(B) | 347.44º | 0.92% | 0.99% | - |
| XYZ | 41.78 | 21.77 | 7.47 | - |
| YUV | 94.55 | 113.02 | 241.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 19 | 68 | 0 | 0.92 | 0.73 | 0.01 | 347.44 | 0.98 | 0.53 |
| Hex | FD | 13 | 44 | 0 | 5C | 49 | 1 | 15B | 62 | 35 |
| Octal | 375 | 23 | 104 | 0 | 134 | 111 | 1 | 533 | 142 | 65 |
| Binary | 11111101 | 10011 | 1000100 | 0 | 1011100 | 1001001 | 1 | 101011011 | 1100010 | 110101 |
Color Harmonies of #FD1344
Complementary color
Monochromatic Colors of #FD1344
Black with #FD1344
Text Example
Text Example
White with #FD1344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1344; }
p { color: rgb(253,19,68); }
H1.HeaderClassName
{
color: #FD1344;
}
.AnyTagClassName
{
color: #FD1344;
}
</style>
background-color css
<style>
a { background-color: #FD1344; }
a { background-color: rgb(253,19,68); }
div.DivClassName
{
background-color: #FD1344;
}
.BgClassName
{
background-color: #FD1344;
}
</style>
border-color css
<style>
span { border-color: #FD1344; }
span { border-color: rgb(253,19,68); }
td.TdClassName
{
border-color: #FD1344;
}
.TagClassName
{
border-color: #FD1344;
}
</style>