Shades of Torch Red #FD144B
Tints of Torch Red #FD144B
RGB
CMYK
RGB Variations
Color information
#FD144B (or 0xFD144B) is known color: Torch Red. HEX triplet: FD, 14 and 4B. RGB value is (253,20,75). Sum of RGB (Red+Green+Blue) = 253+20+75=348 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.70% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 253 - color contains mainly: red. Hex color #FD144B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD144B is #02EBB4. Grayscale: #5F5F5F. Windows color (decimal): -191413 or 4920573. OLE color: 4920573.
HSL color Cylindrical-coordinate representation of color #FD144B: hue angle of 345.84º 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 #FD144B is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 75 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.01 |
| HSL | 345.84º | 0.98% | 0.54% | - |
| HSV(B) | 345.84º | 0.92% | 0.99% | - |
| XYZ | 42.03 | 21.89 | 8.67 | - |
| YUV | 95.94 | 116.19 | 240.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 75 | 0 | 0.92 | 0.70 | 0.01 | 345.84 | 0.98 | 0.54 |
| Hex | FD | 14 | 4B | 0 | 5C | 46 | 1 | 15A | 62 | 36 |
| Octal | 375 | 24 | 113 | 0 | 134 | 106 | 1 | 532 | 142 | 66 |
| Binary | 11111101 | 10100 | 1001011 | 0 | 1011100 | 1000110 | 1 | 101011010 | 1100010 | 110110 |
Color Harmonies of #FD144B
Complementary color
Monochromatic Colors of #FD144B
Black with #FD144B
Text Example
Text Example
White with #FD144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD144B; }
p { color: rgb(253,20,75); }
H1.HeaderClassName
{
color: #FD144B;
}
.AnyTagClassName
{
color: #FD144B;
}
</style>
background-color css
<style>
a { background-color: #FD144B; }
a { background-color: rgb(253,20,75); }
div.DivClassName
{
background-color: #FD144B;
}
.BgClassName
{
background-color: #FD144B;
}
</style>
border-color css
<style>
span { border-color: #FD144B; }
span { border-color: rgb(253,20,75); }
td.TdClassName
{
border-color: #FD144B;
}
.TagClassName
{
border-color: #FD144B;
}
</style>