Shades of Torch Red #FD052D
Tints of Torch Red #FD052D
RGB
CMYK
RGB Variations
Color information
#FD052D (or 0xFD052D) is known color: Torch Red. HEX triplet: FD, 05 and 2D. RGB value is (253,5,45). Sum of RGB (Red+Green+Blue) = 253+5+45=303 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.50% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 253 - color contains mainly: red. Hex color #FD052D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD052D is #02FAD2. Grayscale: #535353. Windows color (decimal): -195283 or 2950653. OLE color: 2950653.
HSL color Cylindrical-coordinate representation of color #FD052D: hue angle of 350.32º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD052D is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 45 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.01 |
| HSL | 350.32º | 0.98% | 0.51% | - |
| HSV(B) | 350.32º | 0.98% | 0.99% | - |
| XYZ | 41.04 | 21.18 | 4.41 | - |
| YUV | 83.71 | 106.16 | 248.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 45 | 0 | 0.98 | 0.82 | 0.01 | 350.32 | 0.98 | 0.51 |
| Hex | FD | 5 | 2D | 0 | 62 | 52 | 1 | 15E | 62 | 33 |
| Octal | 375 | 5 | 55 | 0 | 142 | 122 | 1 | 536 | 142 | 63 |
| Binary | 11111101 | 101 | 101101 | 0 | 1100010 | 1010010 | 1 | 101011110 | 1100010 | 110011 |
Color Harmonies of #FD052D
Complementary color
Monochromatic Colors of #FD052D
Black with #FD052D
Text Example
Text Example
White with #FD052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD052D; }
p { color: rgb(253,5,45); }
H1.HeaderClassName
{
color: #FD052D;
}
.AnyTagClassName
{
color: #FD052D;
}
</style>
background-color css
<style>
a { background-color: #FD052D; }
a { background-color: rgb(253,5,45); }
div.DivClassName
{
background-color: #FD052D;
}
.BgClassName
{
background-color: #FD052D;
}
</style>
border-color css
<style>
span { border-color: #FD052D; }
span { border-color: rgb(253,5,45); }
td.TdClassName
{
border-color: #FD052D;
}
.TagClassName
{
border-color: #FD052D;
}
</style>