Shades of Torch Red #FD1C1D
Tints of Torch Red #FD1C1D
RGB
CMYK
RGB Variations
Color information
#FD1C1D (or 0xFD1C1D) is known color: Torch Red. HEX triplet: FD, 1C and 1D. RGB value is (253,28,29). Sum of RGB (Red+Green+Blue) = 253+28+29=310 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.61% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1C1D is #02E3E2. Grayscale: #5F5F5F. Windows color (decimal): -189411 or 1907965. OLE color: 1907965.
HSL color Cylindrical-coordinate representation of color #FD1C1D: hue angle of 359.73º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1C1D is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 28 | 29 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.01 |
| HSL | 359.73º | 0.98% | 0.55% | - |
| HSV(B) | 359.73º | 0.89% | 0.99% | - |
| XYZ | 41.15 | 21.8 | 3.2 | - |
| YUV | 95.39 | 90.54 | 240.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 28 | 29 | 0 | 0.89 | 0.89 | 0.01 | 359.73 | 0.98 | 0.55 |
| Hex | FD | 1C | 1D | 0 | 59 | 59 | 1 | 168 | 62 | 37 |
| Octal | 375 | 34 | 35 | 0 | 131 | 131 | 1 | 550 | 142 | 67 |
| Binary | 11111101 | 11100 | 11101 | 0 | 1011001 | 1011001 | 1 | 101101000 | 1100010 | 110111 |
Color Harmonies of #FD1C1D
Complementary color
Monochromatic Colors of #FD1C1D
Black with #FD1C1D
Text Example
Text Example
White with #FD1C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1C1D; }
p { color: rgb(253,28,29); }
H1.HeaderClassName
{
color: #FD1C1D;
}
.AnyTagClassName
{
color: #FD1C1D;
}
</style>
background-color css
<style>
a { background-color: #FD1C1D; }
a { background-color: rgb(253,28,29); }
div.DivClassName
{
background-color: #FD1C1D;
}
.BgClassName
{
background-color: #FD1C1D;
}
</style>
border-color css
<style>
span { border-color: #FD1C1D; }
span { border-color: rgb(253,28,29); }
td.TdClassName
{
border-color: #FD1C1D;
}
.TagClassName
{
border-color: #FD1C1D;
}
</style>