Shades of Torch Red #FD1552
Tints of Torch Red #FD1552
RGB
CMYK
RGB Variations
Color information
#FD1552 (or 0xFD1552) is known color: Torch Red. HEX triplet: FD, 15 and 52. RGB value is (253,21,82). Sum of RGB (Red+Green+Blue) = 253+21+82=356 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.07% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1552 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1552 is #02EAAD. Grayscale: #616161. Windows color (decimal): -191150 or 5379581. OLE color: 5379581.
HSL color Cylindrical-coordinate representation of color #FD1552: hue angle of 344.22º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD1552 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 21 | 82 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.01 |
| HSL | 344.22º | 0.98% | 0.54% | - |
| HSV(B) | 344.22º | 0.92% | 0.99% | - |
| XYZ | 42.3 | 22.03 | 10.01 | - |
| YUV | 97.32 | 119.36 | 239.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 21 | 82 | 0 | 0.92 | 0.68 | 0.01 | 344.22 | 0.98 | 0.54 |
| Hex | FD | 15 | 52 | 0 | 5C | 44 | 1 | 158 | 62 | 36 |
| Octal | 375 | 25 | 122 | 0 | 134 | 104 | 1 | 530 | 142 | 66 |
| Binary | 11111101 | 10101 | 1010010 | 0 | 1011100 | 1000100 | 1 | 101011000 | 1100010 | 110110 |
Color Harmonies of #FD1552
Complementary color
Monochromatic Colors of #FD1552
Black with #FD1552
Text Example
Text Example
White with #FD1552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1552; }
p { color: rgb(253,21,82); }
H1.HeaderClassName
{
color: #FD1552;
}
.AnyTagClassName
{
color: #FD1552;
}
</style>
background-color css
<style>
a { background-color: #FD1552; }
a { background-color: rgb(253,21,82); }
div.DivClassName
{
background-color: #FD1552;
}
.BgClassName
{
background-color: #FD1552;
}
</style>
border-color css
<style>
span { border-color: #FD1552; }
span { border-color: rgb(253,21,82); }
td.TdClassName
{
border-color: #FD1552;
}
.TagClassName
{
border-color: #FD1552;
}
</style>