Shades of Torch Red #FD032C
Tints of Torch Red #FD032C
RGB
CMYK
RGB Variations
Color information
#FD032C (or 0xFD032C) is known color: Torch Red. HEX triplet: FD, 03 and 2C. RGB value is (253,3,44). Sum of RGB (Red+Green+Blue) = 253+3+44=300 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.33% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 253 - color contains mainly: red. Hex color #FD032C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD032C is #02FCD3. Grayscale: #525252. Windows color (decimal): -195796 or 2884605. OLE color: 2884605.
HSL color Cylindrical-coordinate representation of color #FD032C: hue angle of 350.16º 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 #FD032C is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 44 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.01 |
| HSL | 350.16º | 0.98% | 0.5% | - |
| HSV(B) | 350.16º | 0.99% | 0.99% | - |
| XYZ | 41 | 21.13 | 4.3 | - |
| YUV | 82.42 | 106.33 | 249.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 44 | 0 | 0.99 | 0.83 | 0.01 | 350.16 | 0.98 | 0.5 |
| Hex | FD | 3 | 2C | 0 | 63 | 53 | 1 | 15E | 62 | 32 |
| Octal | 375 | 3 | 54 | 0 | 143 | 123 | 1 | 536 | 142 | 62 |
| Binary | 11111101 | 11 | 101100 | 0 | 1100011 | 1010011 | 1 | 101011110 | 1100010 | 110010 |
Color Harmonies of #FD032C
Complementary color
Monochromatic Colors of #FD032C
Black with #FD032C
Text Example
Text Example
White with #FD032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD032C; }
p { color: rgb(253,3,44); }
H1.HeaderClassName
{
color: #FD032C;
}
.AnyTagClassName
{
color: #FD032C;
}
</style>
background-color css
<style>
a { background-color: #FD032C; }
a { background-color: rgb(253,3,44); }
div.DivClassName
{
background-color: #FD032C;
}
.BgClassName
{
background-color: #FD032C;
}
</style>
border-color css
<style>
span { border-color: #FD032C; }
span { border-color: rgb(253,3,44); }
td.TdClassName
{
border-color: #FD032C;
}
.TagClassName
{
border-color: #FD032C;
}
</style>