Shades of Torch Red #FD052A
Tints of Torch Red #FD052A
RGB
CMYK
RGB Variations
Color information
#FD052A (or 0xFD052A) is known color: Torch Red. HEX triplet: FD, 05 and 2A. RGB value is (253,5,42). Sum of RGB (Red+Green+Blue) = 253+5+42=300 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.33% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 253 - color contains mainly: red. Hex color #FD052A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD052A is #02FAD5. Grayscale: #535353. Windows color (decimal): -195286 or 2754045. OLE color: 2754045.
HSL color Cylindrical-coordinate representation of color #FD052A: hue angle of 351.05º 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 #FD052A is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 42 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.01 |
| HSL | 351.05º | 0.98% | 0.51% | - |
| HSV(B) | 351.05º | 0.98% | 0.99% | - |
| XYZ | 40.98 | 21.16 | 4.11 | - |
| YUV | 83.37 | 104.66 | 248.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 42 | 0 | 0.98 | 0.83 | 0.01 | 351.05 | 0.98 | 0.51 |
| Hex | FD | 5 | 2A | 0 | 62 | 53 | 1 | 15F | 62 | 33 |
| Octal | 375 | 5 | 52 | 0 | 142 | 123 | 1 | 537 | 142 | 63 |
| Binary | 11111101 | 101 | 101010 | 0 | 1100010 | 1010011 | 1 | 101011111 | 1100010 | 110011 |
Color Harmonies of #FD052A
Complementary color
Monochromatic Colors of #FD052A
Black with #FD052A
Text Example
Text Example
White with #FD052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD052A; }
p { color: rgb(253,5,42); }
H1.HeaderClassName
{
color: #FD052A;
}
.AnyTagClassName
{
color: #FD052A;
}
</style>
background-color css
<style>
a { background-color: #FD052A; }
a { background-color: rgb(253,5,42); }
div.DivClassName
{
background-color: #FD052A;
}
.BgClassName
{
background-color: #FD052A;
}
</style>
border-color css
<style>
span { border-color: #FD052A; }
span { border-color: rgb(253,5,42); }
td.TdClassName
{
border-color: #FD052A;
}
.TagClassName
{
border-color: #FD052A;
}
</style>