Shades of Torch Red #FD0014
Tints of Torch Red #FD0014
RGB
CMYK
RGB Variations
Color information
#FD0014 (or 0xFD0014) is known color: Torch Red. HEX triplet: FD, 00 and 14. RGB value is (253,0,20). Sum of RGB (Red+Green+Blue) = 253+0+20=273 (36% of max value = 765). Red value is 253 (99.22% from 255 or 92.67% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0014 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0014 is #02FFEB. Grayscale: #4E4E4E. Windows color (decimal): -196588 or 1310973. OLE color: 1310973.
HSL color Cylindrical-coordinate representation of color #FD0014: hue angle of 355.26º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD0014 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 20 | - |
| CMYK | 0 | 1 | 0.92 | 0.01 |
| HSL | 355.26º | 1% | 0.5% | - |
| HSV(B) | 355.26º | 1% | 0.99% | - |
| XYZ | 40.63 | 20.93 | 2.56 | - |
| YUV | 77.93 | 95.32 | 252.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 20 | 0 | 1 | 0.92 | 0.01 | 355.26 | 1 | 0.5 |
| Hex | FD | 0 | 14 | 0 | 64 | 5C | 1 | 163 | 64 | 32 |
| Octal | 375 | 0 | 24 | 0 | 144 | 134 | 1 | 543 | 144 | 62 |
| Binary | 11111101 | 0 | 10100 | 0 | 1100100 | 1011100 | 1 | 101100011 | 1100100 | 110010 |
Color Harmonies of #FD0014
Complementary color
Monochromatic Colors of #FD0014
Black with #FD0014
Text Example
Text Example
White with #FD0014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0014; }
p { color: rgb(253,0,20); }
H1.HeaderClassName
{
color: #FD0014;
}
.AnyTagClassName
{
color: #FD0014;
}
</style>
background-color css
<style>
a { background-color: #FD0014; }
a { background-color: rgb(253,0,20); }
div.DivClassName
{
background-color: #FD0014;
}
.BgClassName
{
background-color: #FD0014;
}
</style>
border-color css
<style>
span { border-color: #FD0014; }
span { border-color: rgb(253,0,20); }
td.TdClassName
{
border-color: #FD0014;
}
.TagClassName
{
border-color: #FD0014;
}
</style>