Shades of Torch Red #FD1630
Tints of Torch Red #FD1630
RGB
CMYK
RGB Variations
Color information
#FD1630 (or 0xFD1630) is known color: Torch Red. HEX triplet: FD, 16 and 30. RGB value is (253,22,48). Sum of RGB (Red+Green+Blue) = 253+22+48=323 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.33% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1630 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1630 is #02E9CF. Grayscale: #5E5E5E. Windows color (decimal): -190928 or 3151613. OLE color: 3151613.
HSL color Cylindrical-coordinate representation of color #FD1630: hue angle of 353.25º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD1630 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 22 | 48 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.01 |
| HSL | 353.25º | 0.98% | 0.54% | - |
| HSV(B) | 353.25º | 0.91% | 0.99% | - |
| XYZ | 41.33 | 21.67 | 4.8 | - |
| YUV | 94.03 | 102.03 | 241.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 22 | 48 | 0 | 0.91 | 0.81 | 0.01 | 353.25 | 0.98 | 0.54 |
| Hex | FD | 16 | 30 | 0 | 5B | 51 | 1 | 161 | 62 | 36 |
| Octal | 375 | 26 | 60 | 0 | 133 | 121 | 1 | 541 | 142 | 66 |
| Binary | 11111101 | 10110 | 110000 | 0 | 1011011 | 1010001 | 1 | 101100001 | 1100010 | 110110 |
Color Harmonies of #FD1630
Complementary color
Monochromatic Colors of #FD1630
Black with #FD1630
Text Example
Text Example
White with #FD1630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1630; }
p { color: rgb(253,22,48); }
H1.HeaderClassName
{
color: #FD1630;
}
.AnyTagClassName
{
color: #FD1630;
}
</style>
background-color css
<style>
a { background-color: #FD1630; }
a { background-color: rgb(253,22,48); }
div.DivClassName
{
background-color: #FD1630;
}
.BgClassName
{
background-color: #FD1630;
}
</style>
border-color css
<style>
span { border-color: #FD1630; }
span { border-color: rgb(253,22,48); }
td.TdClassName
{
border-color: #FD1630;
}
.TagClassName
{
border-color: #FD1630;
}
</style>