Shades of Torch Red #FF0516
Tints of Torch Red #FF0516
RGB
CMYK
RGB Variations
Color information
#FF0516 (or 0xFF0516) is known color: Torch Red. HEX triplet: FF, 05 and 16. RGB value is (255,5,22). Sum of RGB (Red+Green+Blue) = 255+5+22=282 (37% of max value = 765). Red value is 255 (100% from 255 or 90.43% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0516 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0516 is #00FAE9. Grayscale: #515151. Windows color (decimal): -64234 or 1443327. OLE color: 1443327.
HSL color Cylindrical-coordinate representation of color #FF0516: hue angle of 355.92º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0516 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 22 | - |
| CMYK | 0 | 0.98 | 0.91 | 0 |
| HSL | 355.92º | 1% | 0.51% | - |
| HSV(B) | 355.92º | 0.98% | 1% | - |
| XYZ | 41.44 | 21.43 | 2.71 | - |
| YUV | 81.69 | 94.33 | 251.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 22 | 0 | 0.98 | 0.91 | 0 | 355.92 | 1 | 0.51 |
| Hex | FF | 5 | 16 | 0 | 62 | 5B | 0 | 164 | 64 | 33 |
| Octal | 377 | 5 | 26 | 0 | 142 | 133 | 0 | 544 | 144 | 63 |
| Binary | 11111111 | 101 | 10110 | 0 | 1100010 | 1011011 | 0 | 101100100 | 1100100 | 110011 |
Color Harmonies of #FF0516
Complementary color
Monochromatic Colors of #FF0516
Black with #FF0516
Text Example
Text Example
White with #FF0516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0516; }
p { color: rgb(255,5,22); }
H1.HeaderClassName
{
color: #FF0516;
}
.AnyTagClassName
{
color: #FF0516;
}
</style>
background-color css
<style>
a { background-color: #FF0516; }
a { background-color: rgb(255,5,22); }
div.DivClassName
{
background-color: #FF0516;
}
.BgClassName
{
background-color: #FF0516;
}
</style>
border-color css
<style>
span { border-color: #FF0516; }
span { border-color: rgb(255,5,22); }
td.TdClassName
{
border-color: #FF0516;
}
.TagClassName
{
border-color: #FF0516;
}
</style>