Shades of Torch Red #FF1437
Tints of Torch Red #FF1437
RGB
CMYK
RGB Variations
Color information
#FF1437 (or 0xFF1437) is known color: Torch Red. HEX triplet: FF, 14 and 37. RGB value is (255,20,55). Sum of RGB (Red+Green+Blue) = 255+20+55=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1437 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1437 is #00EBC8. Grayscale: #5E5E5E. Windows color (decimal): -60361 or 3609855. OLE color: 3609855.
HSL color Cylindrical-coordinate representation of color #FF1437: hue angle of 351.06º 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 #FF1437 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 55 | - |
| CMYK | 0 | 0.92 | 0.78 | 0 |
| HSL | 351.06º | 1% | 0.54% | - |
| HSV(B) | 351.06º | 0.92% | 1% | - |
| XYZ | 42.18 | 22.04 | 5.64 | - |
| YUV | 94.26 | 105.86 | 242.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 55 | 0 | 0.92 | 0.78 | 0 | 351.06 | 1 | 0.54 |
| Hex | FF | 14 | 37 | 0 | 5C | 4E | 0 | 15F | 64 | 36 |
| Octal | 377 | 24 | 67 | 0 | 134 | 116 | 0 | 537 | 144 | 66 |
| Binary | 11111111 | 10100 | 110111 | 0 | 1011100 | 1001110 | 0 | 101011111 | 1100100 | 110110 |
Color Harmonies of #FF1437
Complementary color
Monochromatic Colors of #FF1437
Black with #FF1437
Text Example
Text Example
White with #FF1437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1437; }
p { color: rgb(255,20,55); }
H1.HeaderClassName
{
color: #FF1437;
}
.AnyTagClassName
{
color: #FF1437;
}
</style>
background-color css
<style>
a { background-color: #FF1437; }
a { background-color: rgb(255,20,55); }
div.DivClassName
{
background-color: #FF1437;
}
.BgClassName
{
background-color: #FF1437;
}
</style>
border-color css
<style>
span { border-color: #FF1437; }
span { border-color: rgb(255,20,55); }
td.TdClassName
{
border-color: #FF1437;
}
.TagClassName
{
border-color: #FF1437;
}
</style>