Shades of Torch Red #FD1E37
Tints of Torch Red #FD1E37
RGB
CMYK
RGB Variations
Color information
#FD1E37 (or 0xFD1E37) is known color: Torch Red. HEX triplet: FD, 1E and 37. RGB value is (253,30,55). Sum of RGB (Red+Green+Blue) = 253+30+55=338 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.85% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1E37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1E37 is #02E1C8. Grayscale: #636363. Windows color (decimal): -188873 or 3612413. OLE color: 3612413.
HSL color Cylindrical-coordinate representation of color #FD1E37: hue angle of 353.27º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD1E37 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 30 | 55 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.01 |
| HSL | 353.27º | 0.98% | 0.55% | - |
| HSV(B) | 353.27º | 0.88% | 0.99% | - |
| XYZ | 41.66 | 22.09 | 5.68 | - |
| YUV | 99.53 | 102.88 | 237.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 30 | 55 | 0 | 0.88 | 0.78 | 0.01 | 353.27 | 0.98 | 0.55 |
| Hex | FD | 1E | 37 | 0 | 58 | 4E | 1 | 161 | 62 | 37 |
| Octal | 375 | 36 | 67 | 0 | 130 | 116 | 1 | 541 | 142 | 67 |
| Binary | 11111101 | 11110 | 110111 | 0 | 1011000 | 1001110 | 1 | 101100001 | 1100010 | 110111 |
Color Harmonies of #FD1E37
Complementary color
Monochromatic Colors of #FD1E37
Black with #FD1E37
Text Example
Text Example
White with #FD1E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1E37; }
p { color: rgb(253,30,55); }
H1.HeaderClassName
{
color: #FD1E37;
}
.AnyTagClassName
{
color: #FD1E37;
}
</style>
background-color css
<style>
a { background-color: #FD1E37; }
a { background-color: rgb(253,30,55); }
div.DivClassName
{
background-color: #FD1E37;
}
.BgClassName
{
background-color: #FD1E37;
}
</style>
border-color css
<style>
span { border-color: #FD1E37; }
span { border-color: rgb(253,30,55); }
td.TdClassName
{
border-color: #FD1E37;
}
.TagClassName
{
border-color: #FD1E37;
}
</style>