Shades of Torch Red #FD1737
Tints of Torch Red #FD1737
RGB
CMYK
RGB Variations
Color information
#FD1737 (or 0xFD1737) is known color: Torch Red. HEX triplet: FD, 17 and 37. RGB value is (253,23,55). Sum of RGB (Red+Green+Blue) = 253+23+55=331 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.44% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 55 (21.88% from 255 or 16.62% from 331); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1737 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1737 is #02E8C8. Grayscale: #5F5F5F. Windows color (decimal): -190665 or 3610621. OLE color: 3610621.
HSL color Cylindrical-coordinate representation of color #FD1737: hue angle of 351.65º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD1737 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 55 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.01 |
| HSL | 351.65º | 0.98% | 0.54% | - |
| HSV(B) | 351.65º | 0.91% | 0.99% | - |
| XYZ | 41.5 | 21.77 | 5.63 | - |
| YUV | 95.42 | 105.2 | 240.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 55 | 0 | 0.91 | 0.78 | 0.01 | 351.65 | 0.98 | 0.54 |
| Hex | FD | 17 | 37 | 0 | 5B | 4E | 1 | 160 | 62 | 36 |
| Octal | 375 | 27 | 67 | 0 | 133 | 116 | 1 | 540 | 142 | 66 |
| Binary | 11111101 | 10111 | 110111 | 0 | 1011011 | 1001110 | 1 | 101100000 | 1100010 | 110110 |
Color Harmonies of #FD1737
Complementary color
Monochromatic Colors of #FD1737
Black with #FD1737
Text Example
Text Example
White with #FD1737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1737; }
p { color: rgb(253,23,55); }
H1.HeaderClassName
{
color: #FD1737;
}
.AnyTagClassName
{
color: #FD1737;
}
</style>
background-color css
<style>
a { background-color: #FD1737; }
a { background-color: rgb(253,23,55); }
div.DivClassName
{
background-color: #FD1737;
}
.BgClassName
{
background-color: #FD1737;
}
</style>
border-color css
<style>
span { border-color: #FD1737; }
span { border-color: rgb(253,23,55); }
td.TdClassName
{
border-color: #FD1737;
}
.TagClassName
{
border-color: #FD1737;
}
</style>