Shades of Torch Red #FF0316
Tints of Torch Red #FF0316
RGB
CMYK
RGB Variations
Color information
#FF0316 (or 0xFF0316) is known color: Torch Red. HEX triplet: FF, 03 and 16. RGB value is (255,3,22). Sum of RGB (Red+Green+Blue) = 255+3+22=280 (37% of max value = 765). Red value is 255 (100% from 255 or 91.07% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0316 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0316 is #00FCE9. Grayscale: #505050. Windows color (decimal): -64746 or 1442815. OLE color: 1442815.
HSL color Cylindrical-coordinate representation of color #FF0316: hue angle of 355.48º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0316 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 22 | - |
| CMYK | 0 | 0.99 | 0.91 | 0 |
| HSL | 355.48º | 1% | 0.51% | - |
| HSV(B) | 355.48º | 0.99% | 1% | - |
| XYZ | 41.42 | 21.38 | 2.7 | - |
| YUV | 80.51 | 94.99 | 252.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 22 | 0 | 0.99 | 0.91 | 0 | 355.48 | 1 | 0.51 |
| Hex | FF | 3 | 16 | 0 | 63 | 5B | 0 | 163 | 64 | 33 |
| Octal | 377 | 3 | 26 | 0 | 143 | 133 | 0 | 543 | 144 | 63 |
| Binary | 11111111 | 11 | 10110 | 0 | 1100011 | 1011011 | 0 | 101100011 | 1100100 | 110011 |
Color Harmonies of #FF0316
Complementary color
Monochromatic Colors of #FF0316
Black with #FF0316
Text Example
Text Example
White with #FF0316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0316; }
p { color: rgb(255,3,22); }
H1.HeaderClassName
{
color: #FF0316;
}
.AnyTagClassName
{
color: #FF0316;
}
</style>
background-color css
<style>
a { background-color: #FF0316; }
a { background-color: rgb(255,3,22); }
div.DivClassName
{
background-color: #FF0316;
}
.BgClassName
{
background-color: #FF0316;
}
</style>
border-color css
<style>
span { border-color: #FF0316; }
span { border-color: rgb(255,3,22); }
td.TdClassName
{
border-color: #FF0316;
}
.TagClassName
{
border-color: #FF0316;
}
</style>