Shades of Torch Red #FD143F
Tints of Torch Red #FD143F
RGB
CMYK
RGB Variations
Color information
#FD143F (or 0xFD143F) is known color: Torch Red. HEX triplet: FD, 14 and 3F. RGB value is (253,20,63). Sum of RGB (Red+Green+Blue) = 253+20+63=336 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.30% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 253 - color contains mainly: red. Hex color #FD143F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD143F is #02EBC0. Grayscale: #5E5E5E. Windows color (decimal): -191425 or 4134141. OLE color: 4134141.
HSL color Cylindrical-coordinate representation of color #FD143F: hue angle of 348.93º 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 #FD143F is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 63 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.01 |
| HSL | 348.93º | 0.98% | 0.54% | - |
| HSV(B) | 348.93º | 0.92% | 0.99% | - |
| XYZ | 41.66 | 21.74 | 6.7 | - |
| YUV | 94.57 | 110.19 | 241 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 63 | 0 | 0.92 | 0.75 | 0.01 | 348.93 | 0.98 | 0.54 |
| Hex | FD | 14 | 3F | 0 | 5C | 4B | 1 | 15D | 62 | 36 |
| Octal | 375 | 24 | 77 | 0 | 134 | 113 | 1 | 535 | 142 | 66 |
| Binary | 11111101 | 10100 | 111111 | 0 | 1011100 | 1001011 | 1 | 101011101 | 1100010 | 110110 |
Color Harmonies of #FD143F
Complementary color
Monochromatic Colors of #FD143F
Black with #FD143F
Text Example
Text Example
White with #FD143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD143F; }
p { color: rgb(253,20,63); }
H1.HeaderClassName
{
color: #FD143F;
}
.AnyTagClassName
{
color: #FD143F;
}
</style>
background-color css
<style>
a { background-color: #FD143F; }
a { background-color: rgb(253,20,63); }
div.DivClassName
{
background-color: #FD143F;
}
.BgClassName
{
background-color: #FD143F;
}
</style>
border-color css
<style>
span { border-color: #FD143F; }
span { border-color: rgb(253,20,63); }
td.TdClassName
{
border-color: #FD143F;
}
.TagClassName
{
border-color: #FD143F;
}
</style>