Shades of Torch Red #FD143A
Tints of Torch Red #FD143A
RGB
CMYK
RGB Variations
Color information
#FD143A (or 0xFD143A) is known color: Torch Red. HEX triplet: FD, 14 and 3A. RGB value is (253,20,58). Sum of RGB (Red+Green+Blue) = 253+20+58=331 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.44% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 253 - color contains mainly: red. Hex color #FD143A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD143A is #02EBC5. Grayscale: #5E5E5E. Windows color (decimal): -191430 or 3806461. OLE color: 3806461.
HSL color Cylindrical-coordinate representation of color #FD143A: hue angle of 350.21º 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 #FD143A is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 58 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.01 |
| HSL | 350.21º | 0.98% | 0.54% | - |
| HSV(B) | 350.21º | 0.92% | 0.99% | - |
| XYZ | 41.52 | 21.69 | 6 | - |
| YUV | 94 | 107.69 | 241.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 58 | 0 | 0.92 | 0.77 | 0.01 | 350.21 | 0.98 | 0.54 |
| Hex | FD | 14 | 3A | 0 | 5C | 4D | 1 | 15E | 62 | 36 |
| Octal | 375 | 24 | 72 | 0 | 134 | 115 | 1 | 536 | 142 | 66 |
| Binary | 11111101 | 10100 | 111010 | 0 | 1011100 | 1001101 | 1 | 101011110 | 1100010 | 110110 |
Color Harmonies of #FD143A
Complementary color
Monochromatic Colors of #FD143A
Black with #FD143A
Text Example
Text Example
White with #FD143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD143A; }
p { color: rgb(253,20,58); }
H1.HeaderClassName
{
color: #FD143A;
}
.AnyTagClassName
{
color: #FD143A;
}
</style>
background-color css
<style>
a { background-color: #FD143A; }
a { background-color: rgb(253,20,58); }
div.DivClassName
{
background-color: #FD143A;
}
.BgClassName
{
background-color: #FD143A;
}
</style>
border-color css
<style>
span { border-color: #FD143A; }
span { border-color: rgb(253,20,58); }
td.TdClassName
{
border-color: #FD143A;
}
.TagClassName
{
border-color: #FD143A;
}
</style>