Shades of Torch Red #FD173D
Tints of Torch Red #FD173D
RGB
CMYK
RGB Variations
Color information
#FD173D (or 0xFD173D) is known color: Torch Red. HEX triplet: FD, 17 and 3D. RGB value is (253,23,61). Sum of RGB (Red+Green+Blue) = 253+23+61=337 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.07% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 253 - color contains mainly: red. Hex color #FD173D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD173D is #02E8C2. Grayscale: #606060. Windows color (decimal): -190659 or 4003837. OLE color: 4003837.
HSL color Cylindrical-coordinate representation of color #FD173D: hue angle of 350.09º 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 #FD173D is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 61 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.01 |
| HSL | 350.09º | 0.98% | 0.54% | - |
| HSV(B) | 350.09º | 0.91% | 0.99% | - |
| XYZ | 41.66 | 21.83 | 6.43 | - |
| YUV | 96.1 | 108.2 | 239.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 61 | 0 | 0.91 | 0.76 | 0.01 | 350.09 | 0.98 | 0.54 |
| Hex | FD | 17 | 3D | 0 | 5B | 4C | 1 | 15E | 62 | 36 |
| Octal | 375 | 27 | 75 | 0 | 133 | 114 | 1 | 536 | 142 | 66 |
| Binary | 11111101 | 10111 | 111101 | 0 | 1011011 | 1001100 | 1 | 101011110 | 1100010 | 110110 |
Color Harmonies of #FD173D
Complementary color
Monochromatic Colors of #FD173D
Black with #FD173D
Text Example
Text Example
White with #FD173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD173D; }
p { color: rgb(253,23,61); }
H1.HeaderClassName
{
color: #FD173D;
}
.AnyTagClassName
{
color: #FD173D;
}
</style>
background-color css
<style>
a { background-color: #FD173D; }
a { background-color: rgb(253,23,61); }
div.DivClassName
{
background-color: #FD173D;
}
.BgClassName
{
background-color: #FD173D;
}
</style>
border-color css
<style>
span { border-color: #FD173D; }
span { border-color: rgb(253,23,61); }
td.TdClassName
{
border-color: #FD173D;
}
.TagClassName
{
border-color: #FD173D;
}
</style>