Shades of Torch Red #FF1D31
Tints of Torch Red #FF1D31
RGB
CMYK
RGB Variations
Color information
#FF1D31 (or 0xFF1D31) is known color: Torch Red. HEX triplet: FF, 1D and 31. RGB value is (255,29,49). Sum of RGB (Red+Green+Blue) = 255+29+49=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1D31 is #00E2CE. Grayscale: #636363. Windows color (decimal): -58063 or 3218943. OLE color: 3218943.
HSL color Cylindrical-coordinate representation of color #FF1D31: hue angle of 354.69º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1D31 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 49 | - |
| CMYK | 0 | 0.89 | 0.81 | 0 |
| HSL | 354.69º | 1% | 0.56% | - |
| HSV(B) | 354.69º | 0.89% | 1% | - |
| XYZ | 42.23 | 22.36 | 5 | - |
| YUV | 98.85 | 99.87 | 239.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 49 | 0 | 0.89 | 0.81 | 0 | 354.69 | 1 | 0.56 |
| Hex | FF | 1D | 31 | 0 | 59 | 51 | 0 | 163 | 64 | 38 |
| Octal | 377 | 35 | 61 | 0 | 131 | 121 | 0 | 543 | 144 | 70 |
| Binary | 11111111 | 11101 | 110001 | 0 | 1011001 | 1010001 | 0 | 101100011 | 1100100 | 111000 |
Color Harmonies of #FF1D31
Complementary color
Monochromatic Colors of #FF1D31
Black with #FF1D31
Text Example
Text Example
White with #FF1D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D31; }
p { color: rgb(255,29,49); }
H1.HeaderClassName
{
color: #FF1D31;
}
.AnyTagClassName
{
color: #FF1D31;
}
</style>
background-color css
<style>
a { background-color: #FF1D31; }
a { background-color: rgb(255,29,49); }
div.DivClassName
{
background-color: #FF1D31;
}
.BgClassName
{
background-color: #FF1D31;
}
</style>
border-color css
<style>
span { border-color: #FF1D31; }
span { border-color: rgb(255,29,49); }
td.TdClassName
{
border-color: #FF1D31;
}
.TagClassName
{
border-color: #FF1D31;
}
</style>