Shades of Torch Red #FD114D
Tints of Torch Red #FD114D
RGB
CMYK
RGB Variations
Color information
#FD114D (or 0xFD114D) is known color: Torch Red. HEX triplet: FD, 11 and 4D. RGB value is (253,17,77). Sum of RGB (Red+Green+Blue) = 253+17+77=347 (45% of max value = 765). Red value is 253 (99.22% from 255 or 72.91% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 253 - color contains mainly: red. Hex color #FD114D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD114D is #02EEB2. Grayscale: #5E5E5E. Windows color (decimal): -192179 or 5050877. OLE color: 5050877.
HSL color Cylindrical-coordinate representation of color #FD114D: hue angle of 344.75º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD114D is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 77 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.01 |
| HSL | 344.75º | 0.98% | 0.53% | - |
| HSV(B) | 344.75º | 0.93% | 0.99% | - |
| XYZ | 42.05 | 21.82 | 9.02 | - |
| YUV | 94.4 | 118.19 | 241.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 77 | 0 | 0.93 | 0.70 | 0.01 | 344.75 | 0.98 | 0.53 |
| Hex | FD | 11 | 4D | 0 | 5D | 46 | 1 | 159 | 62 | 35 |
| Octal | 375 | 21 | 115 | 0 | 135 | 106 | 1 | 531 | 142 | 65 |
| Binary | 11111101 | 10001 | 1001101 | 0 | 1011101 | 1000110 | 1 | 101011001 | 1100010 | 110101 |
Color Harmonies of #FD114D
Complementary color
Monochromatic Colors of #FD114D
Black with #FD114D
Text Example
Text Example
White with #FD114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD114D; }
p { color: rgb(253,17,77); }
H1.HeaderClassName
{
color: #FD114D;
}
.AnyTagClassName
{
color: #FD114D;
}
</style>
background-color css
<style>
a { background-color: #FD114D; }
a { background-color: rgb(253,17,77); }
div.DivClassName
{
background-color: #FD114D;
}
.BgClassName
{
background-color: #FD114D;
}
</style>
border-color css
<style>
span { border-color: #FD114D; }
span { border-color: rgb(253,17,77); }
td.TdClassName
{
border-color: #FD114D;
}
.TagClassName
{
border-color: #FD114D;
}
</style>