Shades of Torch Red #FD144E
Tints of Torch Red #FD144E
RGB
CMYK
RGB Variations
Color information
#FD144E (or 0xFD144E) is known color: Torch Red. HEX triplet: FD, 14 and 4E. RGB value is (253,20,78). Sum of RGB (Red+Green+Blue) = 253+20+78=351 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.08% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 253 - color contains mainly: red. Hex color #FD144E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD144E is #02EBB1. Grayscale: #606060. Windows color (decimal): -191410 or 5117181. OLE color: 5117181.
HSL color Cylindrical-coordinate representation of color #FD144E: hue angle of 345.06º 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 #FD144E is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 78 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.01 |
| HSL | 345.06º | 0.98% | 0.54% | - |
| HSV(B) | 345.06º | 0.92% | 0.99% | - |
| XYZ | 42.13 | 21.93 | 9.22 | - |
| YUV | 96.28 | 117.69 | 239.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 78 | 0 | 0.92 | 0.69 | 0.01 | 345.06 | 0.98 | 0.54 |
| Hex | FD | 14 | 4E | 0 | 5C | 45 | 1 | 159 | 62 | 36 |
| Octal | 375 | 24 | 116 | 0 | 134 | 105 | 1 | 531 | 142 | 66 |
| Binary | 11111101 | 10100 | 1001110 | 0 | 1011100 | 1000101 | 1 | 101011001 | 1100010 | 110110 |
Color Harmonies of #FD144E
Complementary color
Monochromatic Colors of #FD144E
Black with #FD144E
Text Example
Text Example
White with #FD144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD144E; }
p { color: rgb(253,20,78); }
H1.HeaderClassName
{
color: #FD144E;
}
.AnyTagClassName
{
color: #FD144E;
}
</style>
background-color css
<style>
a { background-color: #FD144E; }
a { background-color: rgb(253,20,78); }
div.DivClassName
{
background-color: #FD144E;
}
.BgClassName
{
background-color: #FD144E;
}
</style>
border-color css
<style>
span { border-color: #FD144E; }
span { border-color: rgb(253,20,78); }
td.TdClassName
{
border-color: #FD144E;
}
.TagClassName
{
border-color: #FD144E;
}
</style>