Shades of Torch Red #FD1D2E
Tints of Torch Red #FD1D2E
RGB
CMYK
RGB Variations
Color information
#FD1D2E (or 0xFD1D2E) is known color: Torch Red. HEX triplet: FD, 1D and 2E. RGB value is (253,29,46). Sum of RGB (Red+Green+Blue) = 253+29+46=328 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.13% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1D2E is #02E2D1. Grayscale: #626262. Windows color (decimal): -189138 or 3022333. OLE color: 3022333.
HSL color Cylindrical-coordinate representation of color #FD1D2E: hue angle of 355.45º 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 #FD1D2E is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 29 | 46 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.01 |
| HSL | 355.45º | 0.98% | 0.55% | - |
| HSV(B) | 355.45º | 0.89% | 0.99% | - |
| XYZ | 41.44 | 21.96 | 4.64 | - |
| YUV | 97.91 | 98.71 | 238.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 29 | 46 | 0 | 0.89 | 0.82 | 0.01 | 355.45 | 0.98 | 0.55 |
| Hex | FD | 1D | 2E | 0 | 59 | 52 | 1 | 163 | 62 | 37 |
| Octal | 375 | 35 | 56 | 0 | 131 | 122 | 1 | 543 | 142 | 67 |
| Binary | 11111101 | 11101 | 101110 | 0 | 1011001 | 1010010 | 1 | 101100011 | 1100010 | 110111 |
Color Harmonies of #FD1D2E
Complementary color
Monochromatic Colors of #FD1D2E
Black with #FD1D2E
Text Example
Text Example
White with #FD1D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1D2E; }
p { color: rgb(253,29,46); }
H1.HeaderClassName
{
color: #FD1D2E;
}
.AnyTagClassName
{
color: #FD1D2E;
}
</style>
background-color css
<style>
a { background-color: #FD1D2E; }
a { background-color: rgb(253,29,46); }
div.DivClassName
{
background-color: #FD1D2E;
}
.BgClassName
{
background-color: #FD1D2E;
}
</style>
border-color css
<style>
span { border-color: #FD1D2E; }
span { border-color: rgb(253,29,46); }
td.TdClassName
{
border-color: #FD1D2E;
}
.TagClassName
{
border-color: #FD1D2E;
}
</style>