Shades of Torch Red #FD143D
Tints of Torch Red #FD143D
RGB
CMYK
RGB Variations
Color information
#FD143D (or 0xFD143D) is known color: Torch Red. HEX triplet: FD, 14 and 3D. RGB value is (253,20,61). Sum of RGB (Red+Green+Blue) = 253+20+61=334 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.75% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 253 - color contains mainly: red. Hex color #FD143D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD143D is #02EBC2. Grayscale: #5E5E5E. Windows color (decimal): -191427 or 4003069. OLE color: 4003069.
HSL color Cylindrical-coordinate representation of color #FD143D: hue angle of 349.44º 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 #FD143D is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 61 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.01 |
| HSL | 349.44º | 0.98% | 0.54% | - |
| HSV(B) | 349.44º | 0.92% | 0.99% | - |
| XYZ | 41.6 | 21.72 | 6.41 | - |
| YUV | 94.34 | 109.19 | 241.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 61 | 0 | 0.92 | 0.76 | 0.01 | 349.44 | 0.98 | 0.54 |
| Hex | FD | 14 | 3D | 0 | 5C | 4C | 1 | 15D | 62 | 36 |
| Octal | 375 | 24 | 75 | 0 | 134 | 114 | 1 | 535 | 142 | 66 |
| Binary | 11111101 | 10100 | 111101 | 0 | 1011100 | 1001100 | 1 | 101011101 | 1100010 | 110110 |
Color Harmonies of #FD143D
Complementary color
Monochromatic Colors of #FD143D
Black with #FD143D
Text Example
Text Example
White with #FD143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD143D; }
p { color: rgb(253,20,61); }
H1.HeaderClassName
{
color: #FD143D;
}
.AnyTagClassName
{
color: #FD143D;
}
</style>
background-color css
<style>
a { background-color: #FD143D; }
a { background-color: rgb(253,20,61); }
div.DivClassName
{
background-color: #FD143D;
}
.BgClassName
{
background-color: #FD143D;
}
</style>
border-color css
<style>
span { border-color: #FD143D; }
span { border-color: rgb(253,20,61); }
td.TdClassName
{
border-color: #FD143D;
}
.TagClassName
{
border-color: #FD143D;
}
</style>