Shades of Torch Red #FD1D3B
Tints of Torch Red #FD1D3B
RGB
CMYK
RGB Variations
Color information
#FD1D3B (or 0xFD1D3B) is known color: Torch Red. HEX triplet: FD, 1D and 3B. RGB value is (253,29,59). Sum of RGB (Red+Green+Blue) = 253+29+59=341 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.19% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1D3B is #02E2C4. Grayscale: #636363. Windows color (decimal): -189125 or 3874301. OLE color: 3874301.
HSL color Cylindrical-coordinate representation of color #FD1D3B: hue angle of 351.96º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1D3B is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 29 | 59 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.01 |
| HSL | 351.96º | 0.98% | 0.55% | - |
| HSV(B) | 351.96º | 0.89% | 0.99% | - |
| XYZ | 41.74 | 22.08 | 6.2 | - |
| YUV | 99.4 | 105.21 | 237.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 29 | 59 | 0 | 0.89 | 0.77 | 0.01 | 351.96 | 0.98 | 0.55 |
| Hex | FD | 1D | 3B | 0 | 59 | 4D | 1 | 160 | 62 | 37 |
| Octal | 375 | 35 | 73 | 0 | 131 | 115 | 1 | 540 | 142 | 67 |
| Binary | 11111101 | 11101 | 111011 | 0 | 1011001 | 1001101 | 1 | 101100000 | 1100010 | 110111 |
Color Harmonies of #FD1D3B
Complementary color
Monochromatic Colors of #FD1D3B
Black with #FD1D3B
Text Example
Text Example
White with #FD1D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1D3B; }
p { color: rgb(253,29,59); }
H1.HeaderClassName
{
color: #FD1D3B;
}
.AnyTagClassName
{
color: #FD1D3B;
}
</style>
background-color css
<style>
a { background-color: #FD1D3B; }
a { background-color: rgb(253,29,59); }
div.DivClassName
{
background-color: #FD1D3B;
}
.BgClassName
{
background-color: #FD1D3B;
}
</style>
border-color css
<style>
span { border-color: #FD1D3B; }
span { border-color: rgb(253,29,59); }
td.TdClassName
{
border-color: #FD1D3B;
}
.TagClassName
{
border-color: #FD1D3B;
}
</style>