Shades of Torch Red #FD0530
Tints of Torch Red #FD0530
RGB
CMYK
RGB Variations
Color information
#FD0530 (or 0xFD0530) is known color: Torch Red. HEX triplet: FD, 05 and 30. RGB value is (253,5,48). Sum of RGB (Red+Green+Blue) = 253+5+48=306 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.68% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0530 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0530 is #02FACF. Grayscale: #545454. Windows color (decimal): -195280 or 3147261. OLE color: 3147261.
HSL color Cylindrical-coordinate representation of color #FD0530: hue angle of 349.6º 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 #FD0530 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 48 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.01 |
| HSL | 349.6º | 0.98% | 0.51% | - |
| HSV(B) | 349.6º | 0.98% | 0.99% | - |
| XYZ | 41.1 | 21.2 | 4.72 | - |
| YUV | 84.05 | 107.66 | 248.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 48 | 0 | 0.98 | 0.81 | 0.01 | 349.6 | 0.98 | 0.51 |
| Hex | FD | 5 | 30 | 0 | 62 | 51 | 1 | 15E | 62 | 33 |
| Octal | 375 | 5 | 60 | 0 | 142 | 121 | 1 | 536 | 142 | 63 |
| Binary | 11111101 | 101 | 110000 | 0 | 1100010 | 1010001 | 1 | 101011110 | 1100010 | 110011 |
Color Harmonies of #FD0530
Complementary color
Monochromatic Colors of #FD0530
Black with #FD0530
Text Example
Text Example
White with #FD0530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0530; }
p { color: rgb(253,5,48); }
H1.HeaderClassName
{
color: #FD0530;
}
.AnyTagClassName
{
color: #FD0530;
}
</style>
background-color css
<style>
a { background-color: #FD0530; }
a { background-color: rgb(253,5,48); }
div.DivClassName
{
background-color: #FD0530;
}
.BgClassName
{
background-color: #FD0530;
}
</style>
border-color css
<style>
span { border-color: #FD0530; }
span { border-color: rgb(253,5,48); }
td.TdClassName
{
border-color: #FD0530;
}
.TagClassName
{
border-color: #FD0530;
}
</style>