Shades of Torch Red #FD154D
Tints of Torch Red #FD154D
RGB
CMYK
RGB Variations
Color information
#FD154D (or 0xFD154D) is known color: Torch Red. HEX triplet: FD, 15 and 4D. RGB value is (253,21,77). Sum of RGB (Red+Green+Blue) = 253+21+77=351 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.08% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 253 - color contains mainly: red. Hex color #FD154D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD154D is #02EAB2. Grayscale: #606060. Windows color (decimal): -191155 or 5051901. OLE color: 5051901.
HSL color Cylindrical-coordinate representation of color #FD154D: hue angle of 345.52º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD154D is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 21 | 77 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.01 |
| HSL | 345.52º | 0.98% | 0.54% | - |
| HSV(B) | 345.52º | 0.92% | 0.99% | - |
| XYZ | 42.12 | 21.95 | 9.04 | - |
| YUV | 96.75 | 116.86 | 239.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 21 | 77 | 0 | 0.92 | 0.70 | 0.01 | 345.52 | 0.98 | 0.54 |
| Hex | FD | 15 | 4D | 0 | 5C | 46 | 1 | 15A | 62 | 36 |
| Octal | 375 | 25 | 115 | 0 | 134 | 106 | 1 | 532 | 142 | 66 |
| Binary | 11111101 | 10101 | 1001101 | 0 | 1011100 | 1000110 | 1 | 101011010 | 1100010 | 110110 |
Color Harmonies of #FD154D
Complementary color
Monochromatic Colors of #FD154D
Black with #FD154D
Text Example
Text Example
White with #FD154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD154D; }
p { color: rgb(253,21,77); }
H1.HeaderClassName
{
color: #FD154D;
}
.AnyTagClassName
{
color: #FD154D;
}
</style>
background-color css
<style>
a { background-color: #FD154D; }
a { background-color: rgb(253,21,77); }
div.DivClassName
{
background-color: #FD154D;
}
.BgClassName
{
background-color: #FD154D;
}
</style>
border-color css
<style>
span { border-color: #FD154D; }
span { border-color: rgb(253,21,77); }
td.TdClassName
{
border-color: #FD154D;
}
.TagClassName
{
border-color: #FD154D;
}
</style>