Shades of Torch Red #FD141B
Tints of Torch Red #FD141B
RGB
CMYK
RGB Variations
Color information
#FD141B (or 0xFD141B) is known color: Torch Red. HEX triplet: FD, 14 and 1B. RGB value is (253,20,27). Sum of RGB (Red+Green+Blue) = 253+20+27=300 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.33% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 253 - color contains mainly: red. Hex color #FD141B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD141B is #02EBE4. Grayscale: #5A5A5A. Windows color (decimal): -191461 or 1774845. OLE color: 1774845.
HSL color Cylindrical-coordinate representation of color #FD141B: hue angle of 358.2º 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 #FD141B is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 27 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.01 |
| HSL | 358.2º | 0.98% | 0.54% | - |
| HSV(B) | 358.2º | 0.92% | 0.99% | - |
| XYZ | 40.96 | 21.46 | 3.02 | - |
| YUV | 90.47 | 92.19 | 243.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 27 | 0 | 0.92 | 0.89 | 0.01 | 358.2 | 0.98 | 0.54 |
| Hex | FD | 14 | 1B | 0 | 5C | 59 | 1 | 166 | 62 | 36 |
| Octal | 375 | 24 | 33 | 0 | 134 | 131 | 1 | 546 | 142 | 66 |
| Binary | 11111101 | 10100 | 11011 | 0 | 1011100 | 1011001 | 1 | 101100110 | 1100010 | 110110 |
Color Harmonies of #FD141B
Complementary color
Monochromatic Colors of #FD141B
Black with #FD141B
Text Example
Text Example
White with #FD141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD141B; }
p { color: rgb(253,20,27); }
H1.HeaderClassName
{
color: #FD141B;
}
.AnyTagClassName
{
color: #FD141B;
}
</style>
background-color css
<style>
a { background-color: #FD141B; }
a { background-color: rgb(253,20,27); }
div.DivClassName
{
background-color: #FD141B;
}
.BgClassName
{
background-color: #FD141B;
}
</style>
border-color css
<style>
span { border-color: #FD141B; }
span { border-color: rgb(253,20,27); }
td.TdClassName
{
border-color: #FD141B;
}
.TagClassName
{
border-color: #FD141B;
}
</style>