Shades of Torch Red #FD1430
Tints of Torch Red #FD1430
RGB
CMYK
RGB Variations
Color information
#FD1430 (or 0xFD1430) is known color: Torch Red. HEX triplet: FD, 14 and 30. RGB value is (253,20,48). Sum of RGB (Red+Green+Blue) = 253+20+48=321 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.82% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1430 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1430 is #02EBCF. Grayscale: #5C5C5C. Windows color (decimal): -191440 or 3151101. OLE color: 3151101.
HSL color Cylindrical-coordinate representation of color #FD1430: hue angle of 352.79º 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 #FD1430 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 48 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.01 |
| HSL | 352.79º | 0.98% | 0.54% | - |
| HSV(B) | 352.79º | 0.92% | 0.99% | - |
| XYZ | 41.29 | 21.6 | 4.79 | - |
| YUV | 92.86 | 102.69 | 242.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 48 | 0 | 0.92 | 0.81 | 0.01 | 352.79 | 0.98 | 0.54 |
| Hex | FD | 14 | 30 | 0 | 5C | 51 | 1 | 161 | 62 | 36 |
| Octal | 375 | 24 | 60 | 0 | 134 | 121 | 1 | 541 | 142 | 66 |
| Binary | 11111101 | 10100 | 110000 | 0 | 1011100 | 1010001 | 1 | 101100001 | 1100010 | 110110 |
Color Harmonies of #FD1430
Complementary color
Monochromatic Colors of #FD1430
Black with #FD1430
Text Example
Text Example
White with #FD1430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1430; }
p { color: rgb(253,20,48); }
H1.HeaderClassName
{
color: #FD1430;
}
.AnyTagClassName
{
color: #FD1430;
}
</style>
background-color css
<style>
a { background-color: #FD1430; }
a { background-color: rgb(253,20,48); }
div.DivClassName
{
background-color: #FD1430;
}
.BgClassName
{
background-color: #FD1430;
}
</style>
border-color css
<style>
span { border-color: #FD1430; }
span { border-color: rgb(253,20,48); }
td.TdClassName
{
border-color: #FD1430;
}
.TagClassName
{
border-color: #FD1430;
}
</style>