Shades of Torch Red #FD162C
Tints of Torch Red #FD162C
RGB
CMYK
RGB Variations
Color information
#FD162C (or 0xFD162C) is known color: Torch Red. HEX triplet: FD, 16 and 2C. RGB value is (253,22,44). Sum of RGB (Red+Green+Blue) = 253+22+44=319 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.31% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 253 - color contains mainly: red. Hex color #FD162C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD162C is #02E9D3. Grayscale: #5D5D5D. Windows color (decimal): -190932 or 2889469. OLE color: 2889469.
HSL color Cylindrical-coordinate representation of color #FD162C: hue angle of 354.29º 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 #FD162C is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 22 | 44 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.01 |
| HSL | 354.29º | 0.98% | 0.54% | - |
| HSV(B) | 354.29º | 0.91% | 0.99% | - |
| XYZ | 41.25 | 21.64 | 4.39 | - |
| YUV | 93.58 | 100.03 | 241.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 22 | 44 | 0 | 0.91 | 0.83 | 0.01 | 354.29 | 0.98 | 0.54 |
| Hex | FD | 16 | 2C | 0 | 5B | 53 | 1 | 162 | 62 | 36 |
| Octal | 375 | 26 | 54 | 0 | 133 | 123 | 1 | 542 | 142 | 66 |
| Binary | 11111101 | 10110 | 101100 | 0 | 1011011 | 1010011 | 1 | 101100010 | 1100010 | 110110 |
Color Harmonies of #FD162C
Complementary color
Monochromatic Colors of #FD162C
Black with #FD162C
Text Example
Text Example
White with #FD162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD162C; }
p { color: rgb(253,22,44); }
H1.HeaderClassName
{
color: #FD162C;
}
.AnyTagClassName
{
color: #FD162C;
}
</style>
background-color css
<style>
a { background-color: #FD162C; }
a { background-color: rgb(253,22,44); }
div.DivClassName
{
background-color: #FD162C;
}
.BgClassName
{
background-color: #FD162C;
}
</style>
border-color css
<style>
span { border-color: #FD162C; }
span { border-color: rgb(253,22,44); }
td.TdClassName
{
border-color: #FD162C;
}
.TagClassName
{
border-color: #FD162C;
}
</style>