Shades of Torch Red #FD1530
Tints of Torch Red #FD1530
RGB
CMYK
RGB Variations
Color information
#FD1530 (or 0xFD1530) is known color: Torch Red. HEX triplet: FD, 15 and 30. RGB value is (253,21,48). Sum of RGB (Red+Green+Blue) = 253+21+48=322 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.57% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1530 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1530 is #02EACF. Grayscale: #5D5D5D. Windows color (decimal): -191184 or 3151357. OLE color: 3151357.
HSL color Cylindrical-coordinate representation of color #FD1530: hue angle of 353.02º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD1530 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 21 | 48 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.01 |
| HSL | 353.02º | 0.98% | 0.54% | - |
| HSV(B) | 353.02º | 0.92% | 0.99% | - |
| XYZ | 41.31 | 21.63 | 4.79 | - |
| YUV | 93.45 | 102.36 | 241.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 21 | 48 | 0 | 0.92 | 0.81 | 0.01 | 353.02 | 0.98 | 0.54 |
| Hex | FD | 15 | 30 | 0 | 5C | 51 | 1 | 161 | 62 | 36 |
| Octal | 375 | 25 | 60 | 0 | 134 | 121 | 1 | 541 | 142 | 66 |
| Binary | 11111101 | 10101 | 110000 | 0 | 1011100 | 1010001 | 1 | 101100001 | 1100010 | 110110 |
Color Harmonies of #FD1530
Complementary color
Monochromatic Colors of #FD1530
Black with #FD1530
Text Example
Text Example
White with #FD1530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1530; }
p { color: rgb(253,21,48); }
H1.HeaderClassName
{
color: #FD1530;
}
.AnyTagClassName
{
color: #FD1530;
}
</style>
background-color css
<style>
a { background-color: #FD1530; }
a { background-color: rgb(253,21,48); }
div.DivClassName
{
background-color: #FD1530;
}
.BgClassName
{
background-color: #FD1530;
}
</style>
border-color css
<style>
span { border-color: #FD1530; }
span { border-color: rgb(253,21,48); }
td.TdClassName
{
border-color: #FD1530;
}
.TagClassName
{
border-color: #FD1530;
}
</style>