Shades of Torch Red #FF1737
Tints of Torch Red #FF1737
RGB
CMYK
RGB Variations
Color information
#FF1737 (or 0xFF1737) is known color: Torch Red. HEX triplet: FF, 17 and 37. RGB value is (255,23,55). Sum of RGB (Red+Green+Blue) = 255+23+55=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1737 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1737 is #00E8C8. Grayscale: #606060. Windows color (decimal): -59593 or 3610623. OLE color: 3610623.
HSL color Cylindrical-coordinate representation of color #FF1737: hue angle of 351.72º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1737 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 55 | - |
| CMYK | 0 | 0.91 | 0.78 | 0 |
| HSL | 351.72º | 1% | 0.55% | - |
| HSV(B) | 351.72º | 0.91% | 1% | - |
| XYZ | 42.24 | 22.15 | 5.66 | - |
| YUV | 96.02 | 104.86 | 241.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 55 | 0 | 0.91 | 0.78 | 0 | 351.72 | 1 | 0.55 |
| Hex | FF | 17 | 37 | 0 | 5B | 4E | 0 | 160 | 64 | 37 |
| Octal | 377 | 27 | 67 | 0 | 133 | 116 | 0 | 540 | 144 | 67 |
| Binary | 11111111 | 10111 | 110111 | 0 | 1011011 | 1001110 | 0 | 101100000 | 1100100 | 110111 |
Color Harmonies of #FF1737
Complementary color
Monochromatic Colors of #FF1737
Black with #FF1737
Text Example
Text Example
White with #FF1737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1737; }
p { color: rgb(255,23,55); }
H1.HeaderClassName
{
color: #FF1737;
}
.AnyTagClassName
{
color: #FF1737;
}
</style>
background-color css
<style>
a { background-color: #FF1737; }
a { background-color: rgb(255,23,55); }
div.DivClassName
{
background-color: #FF1737;
}
.BgClassName
{
background-color: #FF1737;
}
</style>
border-color css
<style>
span { border-color: #FF1737; }
span { border-color: rgb(255,23,55); }
td.TdClassName
{
border-color: #FF1737;
}
.TagClassName
{
border-color: #FF1737;
}
</style>