Shades of Torch Red #FF1E37
Tints of Torch Red #FF1E37
RGB
CMYK
RGB Variations
Color information
#FF1E37 (or 0xFF1E37) is known color: Torch Red. HEX triplet: FF, 1E and 37. RGB value is (255,30,55). Sum of RGB (Red+Green+Blue) = 255+30+55=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 55 (21.88% from 255 or 16.18% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1E37 is #00E1C8. Grayscale: #646464. Windows color (decimal): -57801 or 3612415. OLE color: 3612415.
HSL color Cylindrical-coordinate representation of color #FF1E37: hue angle of 353.33º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1E37 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 55 | - |
| CMYK | 0 | 0.88 | 0.78 | 0 |
| HSL | 353.33º | 1% | 0.56% | - |
| HSV(B) | 353.33º | 0.88% | 1% | - |
| XYZ | 42.39 | 22.46 | 5.72 | - |
| YUV | 100.13 | 102.54 | 238.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 55 | 0 | 0.88 | 0.78 | 0 | 353.33 | 1 | 0.56 |
| Hex | FF | 1E | 37 | 0 | 58 | 4E | 0 | 161 | 64 | 38 |
| Octal | 377 | 36 | 67 | 0 | 130 | 116 | 0 | 541 | 144 | 70 |
| Binary | 11111111 | 11110 | 110111 | 0 | 1011000 | 1001110 | 0 | 101100001 | 1100100 | 111000 |
Color Harmonies of #FF1E37
Complementary color
Monochromatic Colors of #FF1E37
Black with #FF1E37
Text Example
Text Example
White with #FF1E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1E37; }
p { color: rgb(255,30,55); }
H1.HeaderClassName
{
color: #FF1E37;
}
.AnyTagClassName
{
color: #FF1E37;
}
</style>
background-color css
<style>
a { background-color: #FF1E37; }
a { background-color: rgb(255,30,55); }
div.DivClassName
{
background-color: #FF1E37;
}
.BgClassName
{
background-color: #FF1E37;
}
</style>
border-color css
<style>
span { border-color: #FF1E37; }
span { border-color: rgb(255,30,55); }
td.TdClassName
{
border-color: #FF1E37;
}
.TagClassName
{
border-color: #FF1E37;
}
</style>