Shades of Torch Red #FD124C
Tints of Torch Red #FD124C
RGB
CMYK
RGB Variations
Color information
#FD124C (or 0xFD124C) is known color: Torch Red. HEX triplet: FD, 12 and 4C. RGB value is (253,18,76). Sum of RGB (Red+Green+Blue) = 253+18+76=347 (45% of max value = 765). Red value is 253 (99.22% from 255 or 72.91% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 253 - color contains mainly: red. Hex color #FD124C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD124C is #02EDB3. Grayscale: #5E5E5E. Windows color (decimal): -191924 or 4985597. OLE color: 4985597.
HSL color Cylindrical-coordinate representation of color #FD124C: hue angle of 345.19º 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 #FD124C is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 76 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.01 |
| HSL | 345.19º | 0.98% | 0.53% | - |
| HSV(B) | 345.19º | 0.93% | 0.99% | - |
| XYZ | 42.03 | 21.84 | 8.84 | - |
| YUV | 94.88 | 117.36 | 240.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 76 | 0 | 0.93 | 0.70 | 0.01 | 345.19 | 0.98 | 0.53 |
| Hex | FD | 12 | 4C | 0 | 5D | 46 | 1 | 159 | 62 | 35 |
| Octal | 375 | 22 | 114 | 0 | 135 | 106 | 1 | 531 | 142 | 65 |
| Binary | 11111101 | 10010 | 1001100 | 0 | 1011101 | 1000110 | 1 | 101011001 | 1100010 | 110101 |
Color Harmonies of #FD124C
Complementary color
Monochromatic Colors of #FD124C
Black with #FD124C
Text Example
Text Example
White with #FD124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD124C; }
p { color: rgb(253,18,76); }
H1.HeaderClassName
{
color: #FD124C;
}
.AnyTagClassName
{
color: #FD124C;
}
</style>
background-color css
<style>
a { background-color: #FD124C; }
a { background-color: rgb(253,18,76); }
div.DivClassName
{
background-color: #FD124C;
}
.BgClassName
{
background-color: #FD124C;
}
</style>
border-color css
<style>
span { border-color: #FD124C; }
span { border-color: rgb(253,18,76); }
td.TdClassName
{
border-color: #FD124C;
}
.TagClassName
{
border-color: #FD124C;
}
</style>