Shades of Torch Red #FD032A
Tints of Torch Red #FD032A
RGB
CMYK
RGB Variations
Color information
#FD032A (or 0xFD032A) is known color: Torch Red. HEX triplet: FD, 03 and 2A. RGB value is (253,3,42). Sum of RGB (Red+Green+Blue) = 253+3+42=298 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.90% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 253 - color contains mainly: red. Hex color #FD032A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD032A is #02FCD5. Grayscale: #525252. Windows color (decimal): -195798 or 2753533. OLE color: 2753533.
HSL color Cylindrical-coordinate representation of color #FD032A: hue angle of 350.64º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD032A is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 42 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.01 |
| HSL | 350.64º | 0.98% | 0.5% | - |
| HSV(B) | 350.64º | 0.99% | 0.99% | - |
| XYZ | 40.96 | 21.11 | 4.11 | - |
| YUV | 82.2 | 105.33 | 249.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 42 | 0 | 0.99 | 0.83 | 0.01 | 350.64 | 0.98 | 0.5 |
| Hex | FD | 3 | 2A | 0 | 63 | 53 | 1 | 15F | 62 | 32 |
| Octal | 375 | 3 | 52 | 0 | 143 | 123 | 1 | 537 | 142 | 62 |
| Binary | 11111101 | 11 | 101010 | 0 | 1100011 | 1010011 | 1 | 101011111 | 1100010 | 110010 |
Color Harmonies of #FD032A
Complementary color
Monochromatic Colors of #FD032A
Black with #FD032A
Text Example
Text Example
White with #FD032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD032A; }
p { color: rgb(253,3,42); }
H1.HeaderClassName
{
color: #FD032A;
}
.AnyTagClassName
{
color: #FD032A;
}
</style>
background-color css
<style>
a { background-color: #FD032A; }
a { background-color: rgb(253,3,42); }
div.DivClassName
{
background-color: #FD032A;
}
.BgClassName
{
background-color: #FD032A;
}
</style>
border-color css
<style>
span { border-color: #FD032A; }
span { border-color: rgb(253,3,42); }
td.TdClassName
{
border-color: #FD032A;
}
.TagClassName
{
border-color: #FD032A;
}
</style>