Shades of Torch Red #FD162B
Tints of Torch Red #FD162B
RGB
CMYK
RGB Variations
Color information
#FD162B (or 0xFD162B) is known color: Torch Red. HEX triplet: FD, 16 and 2B. RGB value is (253,22,43). Sum of RGB (Red+Green+Blue) = 253+22+43=318 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.56% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 253 - color contains mainly: red. Hex color #FD162B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD162B is #02E9D4. Grayscale: #5D5D5D. Windows color (decimal): -190933 or 2823933. OLE color: 2823933.
HSL color Cylindrical-coordinate representation of color #FD162B: hue angle of 354.55º 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 #FD162B is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 22 | 43 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.01 |
| HSL | 354.55º | 0.98% | 0.54% | - |
| HSV(B) | 354.55º | 0.91% | 0.99% | - |
| XYZ | 41.23 | 21.63 | 4.29 | - |
| YUV | 93.46 | 99.53 | 241.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 22 | 43 | 0 | 0.91 | 0.83 | 0.01 | 354.55 | 0.98 | 0.54 |
| Hex | FD | 16 | 2B | 0 | 5B | 53 | 1 | 163 | 62 | 36 |
| Octal | 375 | 26 | 53 | 0 | 133 | 123 | 1 | 543 | 142 | 66 |
| Binary | 11111101 | 10110 | 101011 | 0 | 1011011 | 1010011 | 1 | 101100011 | 1100010 | 110110 |
Color Harmonies of #FD162B
Complementary color
Monochromatic Colors of #FD162B
Black with #FD162B
Text Example
Text Example
White with #FD162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD162B; }
p { color: rgb(253,22,43); }
H1.HeaderClassName
{
color: #FD162B;
}
.AnyTagClassName
{
color: #FD162B;
}
</style>
background-color css
<style>
a { background-color: #FD162B; }
a { background-color: rgb(253,22,43); }
div.DivClassName
{
background-color: #FD162B;
}
.BgClassName
{
background-color: #FD162B;
}
</style>
border-color css
<style>
span { border-color: #FD162B; }
span { border-color: rgb(253,22,43); }
td.TdClassName
{
border-color: #FD162B;
}
.TagClassName
{
border-color: #FD162B;
}
</style>