Shades of Torch Red #FD144C
Tints of Torch Red #FD144C
RGB
CMYK
RGB Variations
Color information
#FD144C (or 0xFD144C) is known color: Torch Red. HEX triplet: FD, 14 and 4C. RGB value is (253,20,76). Sum of RGB (Red+Green+Blue) = 253+20+76=349 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.49% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 253 - color contains mainly: red. Hex color #FD144C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD144C is #02EBB3. Grayscale: #606060. Windows color (decimal): -191412 or 4986109. OLE color: 4986109.
HSL color Cylindrical-coordinate representation of color #FD144C: hue angle of 345.58º 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 #FD144C is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 76 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.01 |
| HSL | 345.58º | 0.98% | 0.54% | - |
| HSV(B) | 345.58º | 0.92% | 0.99% | - |
| XYZ | 42.06 | 21.9 | 8.85 | - |
| YUV | 96.05 | 116.69 | 239.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 76 | 0 | 0.92 | 0.70 | 0.01 | 345.58 | 0.98 | 0.54 |
| Hex | FD | 14 | 4C | 0 | 5C | 46 | 1 | 15A | 62 | 36 |
| Octal | 375 | 24 | 114 | 0 | 134 | 106 | 1 | 532 | 142 | 66 |
| Binary | 11111101 | 10100 | 1001100 | 0 | 1011100 | 1000110 | 1 | 101011010 | 1100010 | 110110 |
Color Harmonies of #FD144C
Complementary color
Monochromatic Colors of #FD144C
Black with #FD144C
Text Example
Text Example
White with #FD144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD144C; }
p { color: rgb(253,20,76); }
H1.HeaderClassName
{
color: #FD144C;
}
.AnyTagClassName
{
color: #FD144C;
}
</style>
background-color css
<style>
a { background-color: #FD144C; }
a { background-color: rgb(253,20,76); }
div.DivClassName
{
background-color: #FD144C;
}
.BgClassName
{
background-color: #FD144C;
}
</style>
border-color css
<style>
span { border-color: #FD144C; }
span { border-color: rgb(253,20,76); }
td.TdClassName
{
border-color: #FD144C;
}
.TagClassName
{
border-color: #FD144C;
}
</style>