Shades of Torch Red #FD1316
Tints of Torch Red #FD1316
RGB
CMYK
RGB Variations
Color information
#FD1316 (or 0xFD1316) is known color: Torch Red. HEX triplet: FD, 13 and 16. RGB value is (253,19,22). Sum of RGB (Red+Green+Blue) = 253+19+22=294 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.05% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1316 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1316 is #02ECE9. Grayscale: #595959. Windows color (decimal): -191722 or 1446909. OLE color: 1446909.
HSL color Cylindrical-coordinate representation of color #FD1316: hue angle of 359.23º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD1316 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 19 | 22 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.01 |
| HSL | 359.23º | 0.98% | 0.53% | - |
| HSV(B) | 359.23º | 0.92% | 0.99% | - |
| XYZ | 40.89 | 21.41 | 2.74 | - |
| YUV | 89.31 | 90.02 | 244.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 19 | 22 | 0 | 0.92 | 0.91 | 0.01 | 359.23 | 0.98 | 0.53 |
| Hex | FD | 13 | 16 | 0 | 5C | 5B | 1 | 167 | 62 | 35 |
| Octal | 375 | 23 | 26 | 0 | 134 | 133 | 1 | 547 | 142 | 65 |
| Binary | 11111101 | 10011 | 10110 | 0 | 1011100 | 1011011 | 1 | 101100111 | 1100010 | 110101 |
Color Harmonies of #FD1316
Complementary color
Monochromatic Colors of #FD1316
Black with #FD1316
Text Example
Text Example
White with #FD1316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1316; }
p { color: rgb(253,19,22); }
H1.HeaderClassName
{
color: #FD1316;
}
.AnyTagClassName
{
color: #FD1316;
}
</style>
background-color css
<style>
a { background-color: #FD1316; }
a { background-color: rgb(253,19,22); }
div.DivClassName
{
background-color: #FD1316;
}
.BgClassName
{
background-color: #FD1316;
}
</style>
border-color css
<style>
span { border-color: #FD1316; }
span { border-color: rgb(253,19,22); }
td.TdClassName
{
border-color: #FD1316;
}
.TagClassName
{
border-color: #FD1316;
}
</style>