Shades of Torch Red #FD1416
Tints of Torch Red #FD1416
RGB
CMYK
RGB Variations
Color information
#FD1416 (or 0xFD1416) is known color: Torch Red. HEX triplet: FD, 14 and 16. RGB value is (253,20,22). Sum of RGB (Red+Green+Blue) = 253+20+22=295 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.76% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1416 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1416 is #02EBE9. Grayscale: #5A5A5A. Windows color (decimal): -191466 or 1447165. OLE color: 1447165.
HSL color Cylindrical-coordinate representation of color #FD1416: hue angle of 359.48º 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 #FD1416 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 22 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.01 |
| HSL | 359.49º | 0.98% | 0.54% | - |
| HSV(B) | 359.49º | 0.92% | 0.99% | - |
| XYZ | 40.9 | 21.44 | 2.74 | - |
| YUV | 89.9 | 89.69 | 244.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 22 | 0 | 0.92 | 0.91 | 0.01 | 359.49 | 0.98 | 0.54 |
| Hex | FD | 14 | 16 | 0 | 5C | 5B | 1 | 167 | 62 | 36 |
| Octal | 375 | 24 | 26 | 0 | 134 | 133 | 1 | 547 | 142 | 66 |
| Binary | 11111101 | 10100 | 10110 | 0 | 1011100 | 1011011 | 1 | 101100111 | 1100010 | 110110 |
Color Harmonies of #FD1416
Complementary color
Monochromatic Colors of #FD1416
Black with #FD1416
Text Example
Text Example
White with #FD1416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1416; }
p { color: rgb(253,20,22); }
H1.HeaderClassName
{
color: #FD1416;
}
.AnyTagClassName
{
color: #FD1416;
}
</style>
background-color css
<style>
a { background-color: #FD1416; }
a { background-color: rgb(253,20,22); }
div.DivClassName
{
background-color: #FD1416;
}
.BgClassName
{
background-color: #FD1416;
}
</style>
border-color css
<style>
span { border-color: #FD1416; }
span { border-color: rgb(253,20,22); }
td.TdClassName
{
border-color: #FD1416;
}
.TagClassName
{
border-color: #FD1416;
}
</style>