Shades of Torch Red #FD172C
Tints of Torch Red #FD172C
RGB
CMYK
RGB Variations
Color information
#FD172C (or 0xFD172C) is known color: Torch Red. HEX triplet: FD, 17 and 2C. RGB value is (253,23,44). Sum of RGB (Red+Green+Blue) = 253+23+44=320 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.06% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 253 - color contains mainly: red. Hex color #FD172C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD172C is #02E8D3. Grayscale: #5E5E5E. Windows color (decimal): -190676 or 2889725. OLE color: 2889725.
HSL color Cylindrical-coordinate representation of color #FD172C: hue angle of 354.52º 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 #FD172C is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 44 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.01 |
| HSL | 354.52º | 0.98% | 0.54% | - |
| HSV(B) | 354.52º | 0.91% | 0.99% | - |
| XYZ | 41.27 | 21.68 | 4.39 | - |
| YUV | 94.16 | 99.7 | 241.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 44 | 0 | 0.91 | 0.83 | 0.01 | 354.52 | 0.98 | 0.54 |
| Hex | FD | 17 | 2C | 0 | 5B | 53 | 1 | 163 | 62 | 36 |
| Octal | 375 | 27 | 54 | 0 | 133 | 123 | 1 | 543 | 142 | 66 |
| Binary | 11111101 | 10111 | 101100 | 0 | 1011011 | 1010011 | 1 | 101100011 | 1100010 | 110110 |
Color Harmonies of #FD172C
Complementary color
Monochromatic Colors of #FD172C
Black with #FD172C
Text Example
Text Example
White with #FD172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD172C; }
p { color: rgb(253,23,44); }
H1.HeaderClassName
{
color: #FD172C;
}
.AnyTagClassName
{
color: #FD172C;
}
</style>
background-color css
<style>
a { background-color: #FD172C; }
a { background-color: rgb(253,23,44); }
div.DivClassName
{
background-color: #FD172C;
}
.BgClassName
{
background-color: #FD172C;
}
</style>
border-color css
<style>
span { border-color: #FD172C; }
span { border-color: rgb(253,23,44); }
td.TdClassName
{
border-color: #FD172C;
}
.TagClassName
{
border-color: #FD172C;
}
</style>