Shades of Torch Red #FD1849
Tints of Torch Red #FD1849
RGB
CMYK
RGB Variations
Color information
#FD1849 (or 0xFD1849) is known color: Torch Red. HEX triplet: FD, 18 and 49. RGB value is (253,24,73). Sum of RGB (Red+Green+Blue) = 253+24+73=350 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.29% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1849 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1849 is #02E7B6. Grayscale: #626262. Windows color (decimal): -190391 or 4790525. OLE color: 4790525.
HSL color Cylindrical-coordinate representation of color #FD1849: hue angle of 347.16º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD1849 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 73 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.01 |
| HSL | 347.16º | 0.98% | 0.54% | - |
| HSV(B) | 347.16º | 0.91% | 0.99% | - |
| XYZ | 42.04 | 22.02 | 8.34 | - |
| YUV | 98.06 | 113.87 | 238.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 73 | 0 | 0.91 | 0.71 | 0.01 | 347.16 | 0.98 | 0.54 |
| Hex | FD | 18 | 49 | 0 | 5B | 47 | 1 | 15B | 62 | 36 |
| Octal | 375 | 30 | 111 | 0 | 133 | 107 | 1 | 533 | 142 | 66 |
| Binary | 11111101 | 11000 | 1001001 | 0 | 1011011 | 1000111 | 1 | 101011011 | 1100010 | 110110 |
Color Harmonies of #FD1849
Complementary color
Monochromatic Colors of #FD1849
Black with #FD1849
Text Example
Text Example
White with #FD1849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1849; }
p { color: rgb(253,24,73); }
H1.HeaderClassName
{
color: #FD1849;
}
.AnyTagClassName
{
color: #FD1849;
}
</style>
background-color css
<style>
a { background-color: #FD1849; }
a { background-color: rgb(253,24,73); }
div.DivClassName
{
background-color: #FD1849;
}
.BgClassName
{
background-color: #FD1849;
}
</style>
border-color css
<style>
span { border-color: #FD1849; }
span { border-color: rgb(253,24,73); }
td.TdClassName
{
border-color: #FD1849;
}
.TagClassName
{
border-color: #FD1849;
}
</style>