Shades of Torch Red #FF0031
Tints of Torch Red #FF0031
RGB
CMYK
RGB Variations
Color information
#FF0031 (or 0xFF0031) is known color: Torch Red. HEX triplet: FF, 00 and 31. RGB value is (255,0,49). Sum of RGB (Red+Green+Blue) = 255+0+49=304 (40% of max value = 765). Red value is 255 (100% from 255 or 83.88% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0031 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0031 is #00FFCE. Grayscale: #515151. Windows color (decimal): -65487 or 3211519. OLE color: 3211519.
HSL color Cylindrical-coordinate representation of color #FF0031: hue angle of 348.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0031 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.81 | 0 |
| HSL | 348.47º | 1% | 0.5% | - |
| HSV(B) | 348.47º | 1% | 1% | - |
| XYZ | 41.79 | 21.48 | 4.85 | - |
| YUV | 81.83 | 109.48 | 251.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 49 | 0 | 1 | 0.81 | 0 | 348.47 | 1 | 0.5 |
| Hex | FF | 0 | 31 | 0 | 64 | 51 | 0 | 15C | 64 | 32 |
| Octal | 377 | 0 | 61 | 0 | 144 | 121 | 0 | 534 | 144 | 62 |
| Binary | 11111111 | 0 | 110001 | 0 | 1100100 | 1010001 | 0 | 101011100 | 1100100 | 110010 |
Color Harmonies of #FF0031
Complementary color
Monochromatic Colors of #FF0031
Black with #FF0031
Text Example
Text Example
White with #FF0031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0031; }
p { color: rgb(255,0,49); }
H1.HeaderClassName
{
color: #FF0031;
}
.AnyTagClassName
{
color: #FF0031;
}
</style>
background-color css
<style>
a { background-color: #FF0031; }
a { background-color: rgb(255,0,49); }
div.DivClassName
{
background-color: #FF0031;
}
.BgClassName
{
background-color: #FF0031;
}
</style>
border-color css
<style>
span { border-color: #FF0031; }
span { border-color: rgb(255,0,49); }
td.TdClassName
{
border-color: #FF0031;
}
.TagClassName
{
border-color: #FF0031;
}
</style>