Shades of Torch Red #FF0616
Tints of Torch Red #FF0616
RGB
CMYK
RGB Variations
Color information
#FF0616 (or 0xFF0616) is known color: Torch Red. HEX triplet: FF, 06 and 16. RGB value is (255,6,22). Sum of RGB (Red+Green+Blue) = 255+6+22=283 (37% of max value = 765). Red value is 255 (100% from 255 or 90.11% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0616 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0616 is #00F9E9. Grayscale: #525252. Windows color (decimal): -63978 or 1443583. OLE color: 1443583.
HSL color Cylindrical-coordinate representation of color #FF0616: hue angle of 356.14º 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 #FF0616 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 22 | - |
| CMYK | 0 | 0.98 | 0.91 | 0 |
| HSL | 356.14º | 1% | 0.51% | - |
| HSV(B) | 356.14º | 0.98% | 1% | - |
| XYZ | 41.45 | 21.45 | 2.71 | - |
| YUV | 82.28 | 93.99 | 251.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 22 | 0 | 0.98 | 0.91 | 0 | 356.14 | 1 | 0.51 |
| Hex | FF | 6 | 16 | 0 | 62 | 5B | 0 | 164 | 64 | 33 |
| Octal | 377 | 6 | 26 | 0 | 142 | 133 | 0 | 544 | 144 | 63 |
| Binary | 11111111 | 110 | 10110 | 0 | 1100010 | 1011011 | 0 | 101100100 | 1100100 | 110011 |
Color Harmonies of #FF0616
Complementary color
Monochromatic Colors of #FF0616
Black with #FF0616
Text Example
Text Example
White with #FF0616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0616; }
p { color: rgb(255,6,22); }
H1.HeaderClassName
{
color: #FF0616;
}
.AnyTagClassName
{
color: #FF0616;
}
</style>
background-color css
<style>
a { background-color: #FF0616; }
a { background-color: rgb(255,6,22); }
div.DivClassName
{
background-color: #FF0616;
}
.BgClassName
{
background-color: #FF0616;
}
</style>
border-color css
<style>
span { border-color: #FF0616; }
span { border-color: rgb(255,6,22); }
td.TdClassName
{
border-color: #FF0616;
}
.TagClassName
{
border-color: #FF0616;
}
</style>