Shades of Torch Red #FD1D4B
Tints of Torch Red #FD1D4B
RGB
CMYK
RGB Variations
Color information
#FD1D4B (or 0xFD1D4B) is known color: Torch Red. HEX triplet: FD, 1D and 4B. RGB value is (253,29,75). Sum of RGB (Red+Green+Blue) = 253+29+75=357 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.87% from 357); Green value is 29 (11.72% from 255 or 8.12% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1D4B is #02E2B4. Grayscale: #656565. Windows color (decimal): -189109 or 4922877. OLE color: 4922877.
HSL color Cylindrical-coordinate representation of color #FD1D4B: hue angle of 347.68º 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 #FD1D4B is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 29 | 75 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.01 |
| HSL | 347.68º | 0.98% | 0.55% | - |
| HSV(B) | 347.68º | 0.89% | 0.99% | - |
| XYZ | 42.22 | 22.27 | 8.73 | - |
| YUV | 101.22 | 113.21 | 236.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 29 | 75 | 0 | 0.89 | 0.70 | 0.01 | 347.68 | 0.98 | 0.55 |
| Hex | FD | 1D | 4B | 0 | 59 | 46 | 1 | 15C | 62 | 37 |
| Octal | 375 | 35 | 113 | 0 | 131 | 106 | 1 | 534 | 142 | 67 |
| Binary | 11111101 | 11101 | 1001011 | 0 | 1011001 | 1000110 | 1 | 101011100 | 1100010 | 110111 |
Color Harmonies of #FD1D4B
Complementary color
Monochromatic Colors of #FD1D4B
Black with #FD1D4B
Text Example
Text Example
White with #FD1D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1D4B; }
p { color: rgb(253,29,75); }
H1.HeaderClassName
{
color: #FD1D4B;
}
.AnyTagClassName
{
color: #FD1D4B;
}
</style>
background-color css
<style>
a { background-color: #FD1D4B; }
a { background-color: rgb(253,29,75); }
div.DivClassName
{
background-color: #FD1D4B;
}
.BgClassName
{
background-color: #FD1D4B;
}
</style>
border-color css
<style>
span { border-color: #FD1D4B; }
span { border-color: rgb(253,29,75); }
td.TdClassName
{
border-color: #FD1D4B;
}
.TagClassName
{
border-color: #FD1D4B;
}
</style>