Shades of Torch Red #FD162A
Tints of Torch Red #FD162A
RGB
CMYK
RGB Variations
Color information
#FD162A (or 0xFD162A) is known color: Torch Red. HEX triplet: FD, 16 and 2A. RGB value is (253,22,42). Sum of RGB (Red+Green+Blue) = 253+22+42=317 (41% of max value = 765). Red value is 253 (99.22% from 255 or 79.81% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 253 - color contains mainly: red. Hex color #FD162A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD162A is #02E9D5. Grayscale: #5D5D5D. Windows color (decimal): -190934 or 2758397. OLE color: 2758397.
HSL color Cylindrical-coordinate representation of color #FD162A: hue angle of 354.81º 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 #FD162A is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 22 | 42 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.01 |
| HSL | 354.81º | 0.98% | 0.54% | - |
| HSV(B) | 354.81º | 0.91% | 0.99% | - |
| XYZ | 41.21 | 21.62 | 4.19 | - |
| YUV | 93.35 | 99.03 | 241.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 22 | 42 | 0 | 0.91 | 0.83 | 0.01 | 354.81 | 0.98 | 0.54 |
| Hex | FD | 16 | 2A | 0 | 5B | 53 | 1 | 163 | 62 | 36 |
| Octal | 375 | 26 | 52 | 0 | 133 | 123 | 1 | 543 | 142 | 66 |
| Binary | 11111101 | 10110 | 101010 | 0 | 1011011 | 1010011 | 1 | 101100011 | 1100010 | 110110 |
Color Harmonies of #FD162A
Complementary color
Monochromatic Colors of #FD162A
Black with #FD162A
Text Example
Text Example
White with #FD162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD162A; }
p { color: rgb(253,22,42); }
H1.HeaderClassName
{
color: #FD162A;
}
.AnyTagClassName
{
color: #FD162A;
}
</style>
background-color css
<style>
a { background-color: #FD162A; }
a { background-color: rgb(253,22,42); }
div.DivClassName
{
background-color: #FD162A;
}
.BgClassName
{
background-color: #FD162A;
}
</style>
border-color css
<style>
span { border-color: #FD162A; }
span { border-color: rgb(253,22,42); }
td.TdClassName
{
border-color: #FD162A;
}
.TagClassName
{
border-color: #FD162A;
}
</style>