Shades of Torch Red #FD1A1D
Tints of Torch Red #FD1A1D
RGB
CMYK
RGB Variations
Color information
#FD1A1D (or 0xFD1A1D) is known color: Torch Red. HEX triplet: FD, 1A and 1D. RGB value is (253,26,29). Sum of RGB (Red+Green+Blue) = 253+26+29=308 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.14% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1A1D is #02E5E2. Grayscale: #5E5E5E. Windows color (decimal): -189923 or 1907453. OLE color: 1907453.
HSL color Cylindrical-coordinate representation of color #FD1A1D: hue angle of 359.21º 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 #FD1A1D is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 26 | 29 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.01 |
| HSL | 359.21º | 0.98% | 0.55% | - |
| HSV(B) | 359.21º | 0.9% | 0.99% | - |
| XYZ | 41.1 | 21.71 | 3.19 | - |
| YUV | 94.22 | 91.21 | 241.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 26 | 29 | 0 | 0.90 | 0.89 | 0.01 | 359.21 | 0.98 | 0.55 |
| Hex | FD | 1A | 1D | 0 | 5A | 59 | 1 | 167 | 62 | 37 |
| Octal | 375 | 32 | 35 | 0 | 132 | 131 | 1 | 547 | 142 | 67 |
| Binary | 11111101 | 11010 | 11101 | 0 | 1011010 | 1011001 | 1 | 101100111 | 1100010 | 110111 |
Color Harmonies of #FD1A1D
Complementary color
Monochromatic Colors of #FD1A1D
Black with #FD1A1D
Text Example
Text Example
White with #FD1A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1A1D; }
p { color: rgb(253,26,29); }
H1.HeaderClassName
{
color: #FD1A1D;
}
.AnyTagClassName
{
color: #FD1A1D;
}
</style>
background-color css
<style>
a { background-color: #FD1A1D; }
a { background-color: rgb(253,26,29); }
div.DivClassName
{
background-color: #FD1A1D;
}
.BgClassName
{
background-color: #FD1A1D;
}
</style>
border-color css
<style>
span { border-color: #FD1A1D; }
span { border-color: rgb(253,26,29); }
td.TdClassName
{
border-color: #FD1A1D;
}
.TagClassName
{
border-color: #FD1A1D;
}
</style>