Shades of Torch Red #FD191D
Tints of Torch Red #FD191D
RGB
CMYK
RGB Variations
Color information
#FD191D (or 0xFD191D) is known color: Torch Red. HEX triplet: FD, 19 and 1D. RGB value is (253,25,29). Sum of RGB (Red+Green+Blue) = 253+25+29=307 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.41% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 253 - color contains mainly: red. Hex color #FD191D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD191D is #02E6E2. Grayscale: #5D5D5D. Windows color (decimal): -190179 or 1907197. OLE color: 1907197.
HSL color Cylindrical-coordinate representation of color #FD191D: hue angle of 358.95º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD191D is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 25 | 29 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.01 |
| HSL | 358.95º | 0.98% | 0.55% | - |
| HSV(B) | 358.95º | 0.9% | 0.99% | - |
| XYZ | 41.08 | 21.67 | 3.18 | - |
| YUV | 93.63 | 91.54 | 241.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 25 | 29 | 0 | 0.90 | 0.89 | 0.01 | 358.95 | 0.98 | 0.55 |
| Hex | FD | 19 | 1D | 0 | 5A | 59 | 1 | 167 | 62 | 37 |
| Octal | 375 | 31 | 35 | 0 | 132 | 131 | 1 | 547 | 142 | 67 |
| Binary | 11111101 | 11001 | 11101 | 0 | 1011010 | 1011001 | 1 | 101100111 | 1100010 | 110111 |
Color Harmonies of #FD191D
Complementary color
Monochromatic Colors of #FD191D
Black with #FD191D
Text Example
Text Example
White with #FD191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD191D; }
p { color: rgb(253,25,29); }
H1.HeaderClassName
{
color: #FD191D;
}
.AnyTagClassName
{
color: #FD191D;
}
</style>
background-color css
<style>
a { background-color: #FD191D; }
a { background-color: rgb(253,25,29); }
div.DivClassName
{
background-color: #FD191D;
}
.BgClassName
{
background-color: #FD191D;
}
</style>
border-color css
<style>
span { border-color: #FD191D; }
span { border-color: rgb(253,25,29); }
td.TdClassName
{
border-color: #FD191D;
}
.TagClassName
{
border-color: #FD191D;
}
</style>