Shades of Torch Red #FD1417
Tints of Torch Red #FD1417
RGB
CMYK
RGB Variations
Color information
#FD1417 (or 0xFD1417) is known color: Torch Red. HEX triplet: FD, 14 and 17. RGB value is (253,20,23). Sum of RGB (Red+Green+Blue) = 253+20+23=296 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.47% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1417 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1417 is #02EBE8. Grayscale: #5A5A5A. Windows color (decimal): -191465 or 1512701. OLE color: 1512701.
HSL color Cylindrical-coordinate representation of color #FD1417: hue angle of 359.23º 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 #FD1417 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 23 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.01 |
| HSL | 359.23º | 0.98% | 0.54% | - |
| HSV(B) | 359.23º | 0.92% | 0.99% | - |
| XYZ | 40.91 | 21.44 | 2.79 | - |
| YUV | 90.01 | 90.19 | 244.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 23 | 0 | 0.92 | 0.91 | 0.01 | 359.23 | 0.98 | 0.54 |
| Hex | FD | 14 | 17 | 0 | 5C | 5B | 1 | 167 | 62 | 36 |
| Octal | 375 | 24 | 27 | 0 | 134 | 133 | 1 | 547 | 142 | 66 |
| Binary | 11111101 | 10100 | 10111 | 0 | 1011100 | 1011011 | 1 | 101100111 | 1100010 | 110110 |
Color Harmonies of #FD1417
Complementary color
Monochromatic Colors of #FD1417
Black with #FD1417
Text Example
Text Example
White with #FD1417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1417; }
p { color: rgb(253,20,23); }
H1.HeaderClassName
{
color: #FD1417;
}
.AnyTagClassName
{
color: #FD1417;
}
</style>
background-color css
<style>
a { background-color: #FD1417; }
a { background-color: rgb(253,20,23); }
div.DivClassName
{
background-color: #FD1417;
}
.BgClassName
{
background-color: #FD1417;
}
</style>
border-color css
<style>
span { border-color: #FD1417; }
span { border-color: rgb(253,20,23); }
td.TdClassName
{
border-color: #FD1417;
}
.TagClassName
{
border-color: #FD1417;
}
</style>