Shades of Torch Red #FD1D44
Tints of Torch Red #FD1D44
RGB
CMYK
RGB Variations
Color information
#FD1D44 (or 0xFD1D44) is known color: Torch Red. HEX triplet: FD, 1D and 44. RGB value is (253,29,68). Sum of RGB (Red+Green+Blue) = 253+29+68=350 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.29% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1D44 is #02E2BB. Grayscale: #646464. Windows color (decimal): -189116 or 4464125. OLE color: 4464125.
HSL color Cylindrical-coordinate representation of color #FD1D44: hue angle of 349.55º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1D44 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 29 | 68 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.01 |
| HSL | 349.55º | 0.98% | 0.55% | - |
| HSV(B) | 349.55º | 0.89% | 0.99% | - |
| XYZ | 41.99 | 22.18 | 7.54 | - |
| YUV | 100.42 | 109.71 | 236.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 29 | 68 | 0 | 0.89 | 0.73 | 0.01 | 349.55 | 0.98 | 0.55 |
| Hex | FD | 1D | 44 | 0 | 59 | 49 | 1 | 15E | 62 | 37 |
| Octal | 375 | 35 | 104 | 0 | 131 | 111 | 1 | 536 | 142 | 67 |
| Binary | 11111101 | 11101 | 1000100 | 0 | 1011001 | 1001001 | 1 | 101011110 | 1100010 | 110111 |
Color Harmonies of #FD1D44
Complementary color
Monochromatic Colors of #FD1D44
Black with #FD1D44
Text Example
Text Example
White with #FD1D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1D44; }
p { color: rgb(253,29,68); }
H1.HeaderClassName
{
color: #FD1D44;
}
.AnyTagClassName
{
color: #FD1D44;
}
</style>
background-color css
<style>
a { background-color: #FD1D44; }
a { background-color: rgb(253,29,68); }
div.DivClassName
{
background-color: #FD1D44;
}
.BgClassName
{
background-color: #FD1D44;
}
</style>
border-color css
<style>
span { border-color: #FD1D44; }
span { border-color: rgb(253,29,68); }
td.TdClassName
{
border-color: #FD1D44;
}
.TagClassName
{
border-color: #FD1D44;
}
</style>