Shades of Torch Red #FD1132
Tints of Torch Red #FD1132
RGB
CMYK
RGB Variations
Color information
#FD1132 (or 0xFD1132) is known color: Torch Red. HEX triplet: FD, 11 and 32. RGB value is (253,17,50). Sum of RGB (Red+Green+Blue) = 253+17+50=320 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.06% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1132 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1132 is #02EECD. Grayscale: #5B5B5B. Windows color (decimal): -192206 or 3281405. OLE color: 3281405.
HSL color Cylindrical-coordinate representation of color #FD1132: hue angle of 351.61º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD1132 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 50 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.01 |
| HSL | 351.61º | 0.98% | 0.53% | - |
| HSV(B) | 351.61º | 0.93% | 0.99% | - |
| XYZ | 41.28 | 21.51 | 4.99 | - |
| YUV | 91.33 | 104.69 | 243.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 50 | 0 | 0.93 | 0.80 | 0.01 | 351.61 | 0.98 | 0.53 |
| Hex | FD | 11 | 32 | 0 | 5D | 50 | 1 | 160 | 62 | 35 |
| Octal | 375 | 21 | 62 | 0 | 135 | 120 | 1 | 540 | 142 | 65 |
| Binary | 11111101 | 10001 | 110010 | 0 | 1011101 | 1010000 | 1 | 101100000 | 1100010 | 110101 |
Color Harmonies of #FD1132
Complementary color
Monochromatic Colors of #FD1132
Black with #FD1132
Text Example
Text Example
White with #FD1132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1132; }
p { color: rgb(253,17,50); }
H1.HeaderClassName
{
color: #FD1132;
}
.AnyTagClassName
{
color: #FD1132;
}
</style>
background-color css
<style>
a { background-color: #FD1132; }
a { background-color: rgb(253,17,50); }
div.DivClassName
{
background-color: #FD1132;
}
.BgClassName
{
background-color: #FD1132;
}
</style>
border-color css
<style>
span { border-color: #FD1132; }
span { border-color: rgb(253,17,50); }
td.TdClassName
{
border-color: #FD1132;
}
.TagClassName
{
border-color: #FD1132;
}
</style>