Shades of Torch Red #FD1932
Tints of Torch Red #FD1932
RGB
CMYK
RGB Variations
Color information
#FD1932 (or 0xFD1932) is known color: Torch Red. HEX triplet: FD, 19 and 32. RGB value is (253,25,50). Sum of RGB (Red+Green+Blue) = 253+25+50=328 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.13% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1932 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1932 is #02E6CD. Grayscale: #606060. Windows color (decimal): -190158 or 3283453. OLE color: 3283453.
HSL color Cylindrical-coordinate representation of color #FD1932: hue angle of 353.42º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD1932 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 25 | 50 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.01 |
| HSL | 353.42º | 0.98% | 0.55% | - |
| HSV(B) | 353.42º | 0.9% | 0.99% | - |
| XYZ | 41.43 | 21.81 | 5.04 | - |
| YUV | 96.02 | 102.04 | 239.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 25 | 50 | 0 | 0.90 | 0.80 | 0.01 | 353.42 | 0.98 | 0.55 |
| Hex | FD | 19 | 32 | 0 | 5A | 50 | 1 | 161 | 62 | 37 |
| Octal | 375 | 31 | 62 | 0 | 132 | 120 | 1 | 541 | 142 | 67 |
| Binary | 11111101 | 11001 | 110010 | 0 | 1011010 | 1010000 | 1 | 101100001 | 1100010 | 110111 |
Color Harmonies of #FD1932
Complementary color
Monochromatic Colors of #FD1932
Black with #FD1932
Text Example
Text Example
White with #FD1932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1932; }
p { color: rgb(253,25,50); }
H1.HeaderClassName
{
color: #FD1932;
}
.AnyTagClassName
{
color: #FD1932;
}
</style>
background-color css
<style>
a { background-color: #FD1932; }
a { background-color: rgb(253,25,50); }
div.DivClassName
{
background-color: #FD1932;
}
.BgClassName
{
background-color: #FD1932;
}
</style>
border-color css
<style>
span { border-color: #FD1932; }
span { border-color: rgb(253,25,50); }
td.TdClassName
{
border-color: #FD1932;
}
.TagClassName
{
border-color: #FD1932;
}
</style>