Shades of Torch Red #FD0532
Tints of Torch Red #FD0532
RGB
CMYK
RGB Variations
Color information
#FD0532 (or 0xFD0532) is known color: Torch Red. HEX triplet: FD, 05 and 32. RGB value is (253,5,50). Sum of RGB (Red+Green+Blue) = 253+5+50=308 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.14% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0532 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0532 is #02FACD. Grayscale: #545454. Windows color (decimal): -195278 or 3278333. OLE color: 3278333.
HSL color Cylindrical-coordinate representation of color #FD0532: hue angle of 349.11º 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 #FD0532 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 50 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.01 |
| HSL | 349.11º | 0.98% | 0.51% | - |
| HSV(B) | 349.11º | 0.98% | 0.99% | - |
| XYZ | 41.14 | 21.22 | 4.95 | - |
| YUV | 84.28 | 108.66 | 248.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 50 | 0 | 0.98 | 0.80 | 0.01 | 349.11 | 0.98 | 0.51 |
| Hex | FD | 5 | 32 | 0 | 62 | 50 | 1 | 15D | 62 | 33 |
| Octal | 375 | 5 | 62 | 0 | 142 | 120 | 1 | 535 | 142 | 63 |
| Binary | 11111101 | 101 | 110010 | 0 | 1100010 | 1010000 | 1 | 101011101 | 1100010 | 110011 |
Color Harmonies of #FD0532
Complementary color
Monochromatic Colors of #FD0532
Black with #FD0532
Text Example
Text Example
White with #FD0532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0532; }
p { color: rgb(253,5,50); }
H1.HeaderClassName
{
color: #FD0532;
}
.AnyTagClassName
{
color: #FD0532;
}
</style>
background-color css
<style>
a { background-color: #FD0532; }
a { background-color: rgb(253,5,50); }
div.DivClassName
{
background-color: #FD0532;
}
.BgClassName
{
background-color: #FD0532;
}
</style>
border-color css
<style>
span { border-color: #FD0532; }
span { border-color: rgb(253,5,50); }
td.TdClassName
{
border-color: #FD0532;
}
.TagClassName
{
border-color: #FD0532;
}
</style>