Shades of Torch Red #FD1632
Tints of Torch Red #FD1632
RGB
CMYK
RGB Variations
Color information
#FD1632 (or 0xFD1632) is known color: Torch Red. HEX triplet: FD, 16 and 32. RGB value is (253,22,50). Sum of RGB (Red+Green+Blue) = 253+22+50=325 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.85% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1632 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1632 is #02E9CD. Grayscale: #5E5E5E. Windows color (decimal): -190926 or 3282685. OLE color: 3282685.
HSL color Cylindrical-coordinate representation of color #FD1632: hue angle of 352.73º 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 #FD1632 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 22 | 50 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.01 |
| HSL | 352.73º | 0.98% | 0.54% | - |
| HSV(B) | 352.73º | 0.91% | 0.99% | - |
| XYZ | 41.37 | 21.69 | 5.02 | - |
| YUV | 94.26 | 103.03 | 241.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 22 | 50 | 0 | 0.91 | 0.80 | 0.01 | 352.73 | 0.98 | 0.54 |
| Hex | FD | 16 | 32 | 0 | 5B | 50 | 1 | 161 | 62 | 36 |
| Octal | 375 | 26 | 62 | 0 | 133 | 120 | 1 | 541 | 142 | 66 |
| Binary | 11111101 | 10110 | 110010 | 0 | 1011011 | 1010000 | 1 | 101100001 | 1100010 | 110110 |
Color Harmonies of #FD1632
Complementary color
Monochromatic Colors of #FD1632
Black with #FD1632
Text Example
Text Example
White with #FD1632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1632; }
p { color: rgb(253,22,50); }
H1.HeaderClassName
{
color: #FD1632;
}
.AnyTagClassName
{
color: #FD1632;
}
</style>
background-color css
<style>
a { background-color: #FD1632; }
a { background-color: rgb(253,22,50); }
div.DivClassName
{
background-color: #FD1632;
}
.BgClassName
{
background-color: #FD1632;
}
</style>
border-color css
<style>
span { border-color: #FD1632; }
span { border-color: rgb(253,22,50); }
td.TdClassName
{
border-color: #FD1632;
}
.TagClassName
{
border-color: #FD1632;
}
</style>