Shades of Torch Red #FF0631
Tints of Torch Red #FF0631
RGB
CMYK
RGB Variations
Color information
#FF0631 (or 0xFF0631) is known color: Torch Red. HEX triplet: FF, 06 and 31. RGB value is (255,6,49). Sum of RGB (Red+Green+Blue) = 255+6+49=310 (41% of max value = 765). Red value is 255 (100% from 255 or 82.26% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0631 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0631 is #00F9CE. Grayscale: #555555. Windows color (decimal): -63951 or 3213055. OLE color: 3213055.
HSL color Cylindrical-coordinate representation of color #FF0631: hue angle of 349.64º 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 #FF0631 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 49 | - |
| CMYK | 0 | 0.98 | 0.81 | 0 |
| HSL | 349.64º | 1% | 0.51% | - |
| HSV(B) | 349.64º | 0.98% | 1% | - |
| XYZ | 41.86 | 21.61 | 4.87 | - |
| YUV | 85.35 | 107.49 | 249 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 49 | 0 | 0.98 | 0.81 | 0 | 349.64 | 1 | 0.51 |
| Hex | FF | 6 | 31 | 0 | 62 | 51 | 0 | 15E | 64 | 33 |
| Octal | 377 | 6 | 61 | 0 | 142 | 121 | 0 | 536 | 144 | 63 |
| Binary | 11111111 | 110 | 110001 | 0 | 1100010 | 1010001 | 0 | 101011110 | 1100100 | 110011 |
Color Harmonies of #FF0631
Complementary color
Monochromatic Colors of #FF0631
Black with #FF0631
Text Example
Text Example
White with #FF0631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0631; }
p { color: rgb(255,6,49); }
H1.HeaderClassName
{
color: #FF0631;
}
.AnyTagClassName
{
color: #FF0631;
}
</style>
background-color css
<style>
a { background-color: #FF0631; }
a { background-color: rgb(255,6,49); }
div.DivClassName
{
background-color: #FF0631;
}
.BgClassName
{
background-color: #FF0631;
}
</style>
border-color css
<style>
span { border-color: #FF0631; }
span { border-color: rgb(255,6,49); }
td.TdClassName
{
border-color: #FF0631;
}
.TagClassName
{
border-color: #FF0631;
}
</style>