Shades of Torch Red #FD0016
Tints of Torch Red #FD0016
RGB
CMYK
RGB Variations
Color information
#FD0016 (or 0xFD0016) is known color: Torch Red. HEX triplet: FD, 00 and 16. RGB value is (253,0,22). Sum of RGB (Red+Green+Blue) = 253+0+22=275 (36% of max value = 765). Red value is 253 (99.22% from 255 or 92% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0016 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0016 is #02FFE9. Grayscale: #4E4E4E. Windows color (decimal): -196586 or 1442045. OLE color: 1442045.
HSL color Cylindrical-coordinate representation of color #FD0016: hue angle of 354.78º 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 #FD0016 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.91 | 0.01 |
| HSL | 354.78º | 1% | 0.5% | - |
| HSV(B) | 354.78º | 1% | 0.99% | - |
| XYZ | 40.65 | 20.94 | 2.66 | - |
| YUV | 78.16 | 96.32 | 252.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 22 | 0 | 1 | 0.91 | 0.01 | 354.78 | 1 | 0.5 |
| Hex | FD | 0 | 16 | 0 | 64 | 5B | 1 | 163 | 64 | 32 |
| Octal | 375 | 0 | 26 | 0 | 144 | 133 | 1 | 543 | 144 | 62 |
| Binary | 11111101 | 0 | 10110 | 0 | 1100100 | 1011011 | 1 | 101100011 | 1100100 | 110010 |
Color Harmonies of #FD0016
Complementary color
Monochromatic Colors of #FD0016
Black with #FD0016
Text Example
Text Example
White with #FD0016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0016; }
p { color: rgb(253,0,22); }
H1.HeaderClassName
{
color: #FD0016;
}
.AnyTagClassName
{
color: #FD0016;
}
</style>
background-color css
<style>
a { background-color: #FD0016; }
a { background-color: rgb(253,0,22); }
div.DivClassName
{
background-color: #FD0016;
}
.BgClassName
{
background-color: #FD0016;
}
</style>
border-color css
<style>
span { border-color: #FD0016; }
span { border-color: rgb(253,0,22); }
td.TdClassName
{
border-color: #FD0016;
}
.TagClassName
{
border-color: #FD0016;
}
</style>