Shades of Torch Red #FF1537
Tints of Torch Red #FF1537
RGB
CMYK
RGB Variations
Color information
#FF1537 (or 0xFF1537) is known color: Torch Red. HEX triplet: FF, 15 and 37. RGB value is (255,21,55). Sum of RGB (Red+Green+Blue) = 255+21+55=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 55 (21.88% from 255 or 16.62% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1537 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1537 is #00EAC8. Grayscale: #5E5E5E. Windows color (decimal): -60105 or 3610111. OLE color: 3610111.
HSL color Cylindrical-coordinate representation of color #FF1537: hue angle of 351.28º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1537 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 55 | - |
| CMYK | 0 | 0.92 | 0.78 | 0 |
| HSL | 351.28º | 1% | 0.54% | - |
| HSV(B) | 351.28º | 0.92% | 1% | - |
| XYZ | 42.2 | 22.07 | 5.65 | - |
| YUV | 94.84 | 105.52 | 242.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 55 | 0 | 0.92 | 0.78 | 0 | 351.28 | 1 | 0.54 |
| Hex | FF | 15 | 37 | 0 | 5C | 4E | 0 | 15F | 64 | 36 |
| Octal | 377 | 25 | 67 | 0 | 134 | 116 | 0 | 537 | 144 | 66 |
| Binary | 11111111 | 10101 | 110111 | 0 | 1011100 | 1001110 | 0 | 101011111 | 1100100 | 110110 |
Color Harmonies of #FF1537
Complementary color
Monochromatic Colors of #FF1537
Black with #FF1537
Text Example
Text Example
White with #FF1537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1537; }
p { color: rgb(255,21,55); }
H1.HeaderClassName
{
color: #FF1537;
}
.AnyTagClassName
{
color: #FF1537;
}
</style>
background-color css
<style>
a { background-color: #FF1537; }
a { background-color: rgb(255,21,55); }
div.DivClassName
{
background-color: #FF1537;
}
.BgClassName
{
background-color: #FF1537;
}
</style>
border-color css
<style>
span { border-color: #FF1537; }
span { border-color: rgb(255,21,55); }
td.TdClassName
{
border-color: #FF1537;
}
.TagClassName
{
border-color: #FF1537;
}
</style>