Shades of Torch Red #FD1337
Tints of Torch Red #FD1337
RGB
CMYK
RGB Variations
Color information
#FD1337 (or 0xFD1337) is known color: Torch Red. HEX triplet: FD, 13 and 37. RGB value is (253,19,55). Sum of RGB (Red+Green+Blue) = 253+19+55=327 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.37% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1337 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1337 is #02ECC8. Grayscale: #5D5D5D. Windows color (decimal): -191689 or 3609597. OLE color: 3609597.
HSL color Cylindrical-coordinate representation of color #FD1337: hue angle of 350.77º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD1337 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 19 | 55 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.01 |
| HSL | 350.77º | 0.98% | 0.53% | - |
| HSV(B) | 350.77º | 0.92% | 0.99% | - |
| XYZ | 41.43 | 21.62 | 5.6 | - |
| YUV | 93.07 | 106.52 | 242.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 19 | 55 | 0 | 0.92 | 0.78 | 0.01 | 350.77 | 0.98 | 0.53 |
| Hex | FD | 13 | 37 | 0 | 5C | 4E | 1 | 15F | 62 | 35 |
| Octal | 375 | 23 | 67 | 0 | 134 | 116 | 1 | 537 | 142 | 65 |
| Binary | 11111101 | 10011 | 110111 | 0 | 1011100 | 1001110 | 1 | 101011111 | 1100010 | 110101 |
Color Harmonies of #FD1337
Complementary color
Monochromatic Colors of #FD1337
Black with #FD1337
Text Example
Text Example
White with #FD1337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1337; }
p { color: rgb(253,19,55); }
H1.HeaderClassName
{
color: #FD1337;
}
.AnyTagClassName
{
color: #FD1337;
}
</style>
background-color css
<style>
a { background-color: #FD1337; }
a { background-color: rgb(253,19,55); }
div.DivClassName
{
background-color: #FD1337;
}
.BgClassName
{
background-color: #FD1337;
}
</style>
border-color css
<style>
span { border-color: #FD1337; }
span { border-color: rgb(253,19,55); }
td.TdClassName
{
border-color: #FD1337;
}
.TagClassName
{
border-color: #FD1337;
}
</style>