Shades of Torch Red #FF0537
Tints of Torch Red #FF0537
RGB
CMYK
RGB Variations
Color information
#FF0537 (or 0xFF0537) is known color: Torch Red. HEX triplet: FF, 05 and 37. RGB value is (255,5,55). Sum of RGB (Red+Green+Blue) = 255+5+55=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 5 (2.34% from 255 or 1.59% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0537 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0537 is #00FAC8. Grayscale: #555555. Windows color (decimal): -64201 or 3606015. OLE color: 3606015.
HSL color Cylindrical-coordinate representation of color #FF0537: hue angle of 348º 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 #FF0537 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 55 | - |
| CMYK | 0 | 0.98 | 0.78 | 0 |
| HSL | 348º | 1% | 0.51% | - |
| HSV(B) | 348º | 0.98% | 1% | - |
| XYZ | 41.98 | 21.64 | 5.58 | - |
| YUV | 85.45 | 110.83 | 248.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 55 | 0 | 0.98 | 0.78 | 0 | 348 | 1 | 0.51 |
| Hex | FF | 5 | 37 | 0 | 62 | 4E | 0 | 15C | 64 | 33 |
| Octal | 377 | 5 | 67 | 0 | 142 | 116 | 0 | 534 | 144 | 63 |
| Binary | 11111111 | 101 | 110111 | 0 | 1100010 | 1001110 | 0 | 101011100 | 1100100 | 110011 |
Color Harmonies of #FF0537
Complementary color
Monochromatic Colors of #FF0537
Black with #FF0537
Text Example
Text Example
White with #FF0537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0537; }
p { color: rgb(255,5,55); }
H1.HeaderClassName
{
color: #FF0537;
}
.AnyTagClassName
{
color: #FF0537;
}
</style>
background-color css
<style>
a { background-color: #FF0537; }
a { background-color: rgb(255,5,55); }
div.DivClassName
{
background-color: #FF0537;
}
.BgClassName
{
background-color: #FF0537;
}
</style>
border-color css
<style>
span { border-color: #FF0537; }
span { border-color: rgb(255,5,55); }
td.TdClassName
{
border-color: #FF0537;
}
.TagClassName
{
border-color: #FF0537;
}
</style>