Shades of Torch Red #FF0216
Tints of Torch Red #FF0216
RGB
CMYK
RGB Variations
Color information
#FF0216 (or 0xFF0216) is known color: Torch Red. HEX triplet: FF, 02 and 16. RGB value is (255,2,22). Sum of RGB (Red+Green+Blue) = 255+2+22=279 (36% of max value = 765). Red value is 255 (100% from 255 or 91.40% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0216 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0216 is #00FDE9. Grayscale: #505050. Windows color (decimal): -65002 or 1442559. OLE color: 1442559.
HSL color Cylindrical-coordinate representation of color #FF0216: hue angle of 355.26º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0216 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 22 | - |
| CMYK | 0 | 0.99 | 0.91 | 0 |
| HSL | 355.26º | 1% | 0.5% | - |
| HSV(B) | 355.26º | 0.99% | 1% | - |
| XYZ | 41.41 | 21.36 | 2.7 | - |
| YUV | 79.93 | 95.32 | 252.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 22 | 0 | 0.99 | 0.91 | 0 | 355.26 | 1 | 0.5 |
| Hex | FF | 2 | 16 | 0 | 63 | 5B | 0 | 163 | 64 | 32 |
| Octal | 377 | 2 | 26 | 0 | 143 | 133 | 0 | 543 | 144 | 62 |
| Binary | 11111111 | 10 | 10110 | 0 | 1100011 | 1011011 | 0 | 101100011 | 1100100 | 110010 |
Color Harmonies of #FF0216
Complementary color
Monochromatic Colors of #FF0216
Black with #FF0216
Text Example
Text Example
White with #FF0216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0216; }
p { color: rgb(255,2,22); }
H1.HeaderClassName
{
color: #FF0216;
}
.AnyTagClassName
{
color: #FF0216;
}
</style>
background-color css
<style>
a { background-color: #FF0216; }
a { background-color: rgb(255,2,22); }
div.DivClassName
{
background-color: #FF0216;
}
.BgClassName
{
background-color: #FF0216;
}
</style>
border-color css
<style>
span { border-color: #FF0216; }
span { border-color: rgb(255,2,22); }
td.TdClassName
{
border-color: #FF0216;
}
.TagClassName
{
border-color: #FF0216;
}
</style>