Shades of Torch Red #FD163C
Tints of Torch Red #FD163C
RGB
CMYK
RGB Variations
Color information
#FD163C (or 0xFD163C) is known color: Torch Red. HEX triplet: FD, 16 and 3C. RGB value is (253,22,60). Sum of RGB (Red+Green+Blue) = 253+22+60=335 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.52% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 253 - color contains mainly: red. Hex color #FD163C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD163C is #02E9C3. Grayscale: #5F5F5F. Windows color (decimal): -190916 or 3938045. OLE color: 3938045.
HSL color Cylindrical-coordinate representation of color #FD163C: hue angle of 350.13º 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 #FD163C is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 22 | 60 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.01 |
| HSL | 350.13º | 0.98% | 0.54% | - |
| HSV(B) | 350.13º | 0.91% | 0.99% | - |
| XYZ | 41.61 | 21.78 | 6.29 | - |
| YUV | 95.4 | 108.03 | 240.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 22 | 60 | 0 | 0.91 | 0.76 | 0.01 | 350.13 | 0.98 | 0.54 |
| Hex | FD | 16 | 3C | 0 | 5B | 4C | 1 | 15E | 62 | 36 |
| Octal | 375 | 26 | 74 | 0 | 133 | 114 | 1 | 536 | 142 | 66 |
| Binary | 11111101 | 10110 | 111100 | 0 | 1011011 | 1001100 | 1 | 101011110 | 1100010 | 110110 |
Color Harmonies of #FD163C
Complementary color
Monochromatic Colors of #FD163C
Black with #FD163C
Text Example
Text Example
White with #FD163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD163C; }
p { color: rgb(253,22,60); }
H1.HeaderClassName
{
color: #FD163C;
}
.AnyTagClassName
{
color: #FD163C;
}
</style>
background-color css
<style>
a { background-color: #FD163C; }
a { background-color: rgb(253,22,60); }
div.DivClassName
{
background-color: #FD163C;
}
.BgClassName
{
background-color: #FD163C;
}
</style>
border-color css
<style>
span { border-color: #FD163C; }
span { border-color: rgb(253,22,60); }
td.TdClassName
{
border-color: #FD163C;
}
.TagClassName
{
border-color: #FD163C;
}
</style>