Shades of Torch Red #FD1424
Tints of Torch Red #FD1424
RGB
CMYK
RGB Variations
Color information
#FD1424 (or 0xFD1424) is known color: Torch Red. HEX triplet: FD, 14 and 24. RGB value is (253,20,36). Sum of RGB (Red+Green+Blue) = 253+20+36=309 (40% of max value = 765). Red value is 253 (99.22% from 255 or 81.88% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1424 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1424 is #02EBDB. Grayscale: #5B5B5B. Windows color (decimal): -191452 or 2364669. OLE color: 2364669.
HSL color Cylindrical-coordinate representation of color #FD1424: hue angle of 355.88º 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 #FD1424 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 36 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.01 |
| HSL | 355.88º | 0.98% | 0.54% | - |
| HSV(B) | 355.88º | 0.92% | 0.99% | - |
| XYZ | 41.08 | 21.51 | 3.66 | - |
| YUV | 91.49 | 96.69 | 243.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 36 | 0 | 0.92 | 0.86 | 0.01 | 355.88 | 0.98 | 0.54 |
| Hex | FD | 14 | 24 | 0 | 5C | 56 | 1 | 164 | 62 | 36 |
| Octal | 375 | 24 | 44 | 0 | 134 | 126 | 1 | 544 | 142 | 66 |
| Binary | 11111101 | 10100 | 100100 | 0 | 1011100 | 1010110 | 1 | 101100100 | 1100010 | 110110 |
Color Harmonies of #FD1424
Complementary color
Monochromatic Colors of #FD1424
Black with #FD1424
Text Example
Text Example
White with #FD1424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1424; }
p { color: rgb(253,20,36); }
H1.HeaderClassName
{
color: #FD1424;
}
.AnyTagClassName
{
color: #FD1424;
}
</style>
background-color css
<style>
a { background-color: #FD1424; }
a { background-color: rgb(253,20,36); }
div.DivClassName
{
background-color: #FD1424;
}
.BgClassName
{
background-color: #FD1424;
}
</style>
border-color css
<style>
span { border-color: #FD1424; }
span { border-color: rgb(253,20,36); }
td.TdClassName
{
border-color: #FD1424;
}
.TagClassName
{
border-color: #FD1424;
}
</style>