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