Shades of Torch Red #FD0D49
Tints of Torch Red #FD0D49
RGB
CMYK
RGB Variations
Color information
#FD0D49 (or 0xFD0D49) is known color: Torch Red. HEX triplet: FD, 0D and 49. RGB value is (253,13,73). Sum of RGB (Red+Green+Blue) = 253+13+73=339 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.63% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0D49 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0D49 is #02F2B6. Grayscale: #5B5B5B. Windows color (decimal): -193207 or 4787709. OLE color: 4787709.
HSL color Cylindrical-coordinate representation of color #FD0D49: hue angle of 345º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD0D49 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 13 | 73 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.01 |
| HSL | 345º | 0.98% | 0.52% | - |
| HSV(B) | 345º | 0.95% | 0.99% | - |
| XYZ | 41.85 | 21.65 | 8.28 | - |
| YUV | 91.6 | 117.51 | 243.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 13 | 73 | 0 | 0.95 | 0.71 | 0.01 | 345 | 0.98 | 0.52 |
| Hex | FD | D | 49 | 0 | 5F | 47 | 1 | 159 | 62 | 34 |
| Octal | 375 | 15 | 111 | 0 | 137 | 107 | 1 | 531 | 142 | 64 |
| Binary | 11111101 | 1101 | 1001001 | 0 | 1011111 | 1000111 | 1 | 101011001 | 1100010 | 110100 |
Color Harmonies of #FD0D49
Complementary color
Monochromatic Colors of #FD0D49
Black with #FD0D49
Text Example
Text Example
White with #FD0D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0D49; }
p { color: rgb(253,13,73); }
H1.HeaderClassName
{
color: #FD0D49;
}
.AnyTagClassName
{
color: #FD0D49;
}
</style>
background-color css
<style>
a { background-color: #FD0D49; }
a { background-color: rgb(253,13,73); }
div.DivClassName
{
background-color: #FD0D49;
}
.BgClassName
{
background-color: #FD0D49;
}
</style>
border-color css
<style>
span { border-color: #FD0D49; }
span { border-color: rgb(253,13,73); }
td.TdClassName
{
border-color: #FD0D49;
}
.TagClassName
{
border-color: #FD0D49;
}
</style>