Shades of Torch Red #FF0531
Tints of Torch Red #FF0531
RGB
CMYK
RGB Variations
Color information
#FF0531 (or 0xFF0531) is known color: Torch Red. HEX triplet: FF, 05 and 31. RGB value is (255,5,49). Sum of RGB (Red+Green+Blue) = 255+5+49=309 (40% of max value = 765). Red value is 255 (100% from 255 or 82.52% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0531 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0531 is #00FACE. Grayscale: #545454. Windows color (decimal): -64207 or 3212799. OLE color: 3212799.
HSL color Cylindrical-coordinate representation of color #FF0531: hue angle of 349.44º 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 #FF0531 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 49 | - |
| CMYK | 0 | 0.98 | 0.81 | 0 |
| HSL | 349.44º | 1% | 0.51% | - |
| HSV(B) | 349.44º | 0.98% | 1% | - |
| XYZ | 41.85 | 21.59 | 4.87 | - |
| YUV | 84.77 | 107.83 | 249.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 49 | 0 | 0.98 | 0.81 | 0 | 349.44 | 1 | 0.51 |
| Hex | FF | 5 | 31 | 0 | 62 | 51 | 0 | 15D | 64 | 33 |
| Octal | 377 | 5 | 61 | 0 | 142 | 121 | 0 | 535 | 144 | 63 |
| Binary | 11111111 | 101 | 110001 | 0 | 1100010 | 1010001 | 0 | 101011101 | 1100100 | 110011 |
Color Harmonies of #FF0531
Complementary color
Monochromatic Colors of #FF0531
Black with #FF0531
Text Example
Text Example
White with #FF0531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0531; }
p { color: rgb(255,5,49); }
H1.HeaderClassName
{
color: #FF0531;
}
.AnyTagClassName
{
color: #FF0531;
}
</style>
background-color css
<style>
a { background-color: #FF0531; }
a { background-color: rgb(255,5,49); }
div.DivClassName
{
background-color: #FF0531;
}
.BgClassName
{
background-color: #FF0531;
}
</style>
border-color css
<style>
span { border-color: #FF0531; }
span { border-color: rgb(255,5,49); }
td.TdClassName
{
border-color: #FF0531;
}
.TagClassName
{
border-color: #FF0531;
}
</style>