Shades of Torch Red #FD001D
Tints of Torch Red #FD001D
RGB
CMYK
RGB Variations
Color information
#FD001D (or 0xFD001D) is known color: Torch Red. HEX triplet: FD, 00 and 1D. RGB value is (253,0,29). Sum of RGB (Red+Green+Blue) = 253+0+29=282 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.72% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 253 - color contains mainly: red. Hex color #FD001D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD001D is #02FFE2. Grayscale: #4F4F4F. Windows color (decimal): -196579 or 1900797. OLE color: 1900797.
HSL color Cylindrical-coordinate representation of color #FD001D: hue angle of 353.12º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD001D is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.89 | 0.01 |
| HSL | 353.12º | 1% | 0.5% | - |
| HSV(B) | 353.12º | 1% | 0.99% | - |
| XYZ | 40.73 | 20.97 | 3.06 | - |
| YUV | 78.95 | 99.82 | 252.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 29 | 0 | 1 | 0.89 | 0.01 | 353.12 | 1 | 0.5 |
| Hex | FD | 0 | 1D | 0 | 64 | 59 | 1 | 161 | 64 | 32 |
| Octal | 375 | 0 | 35 | 0 | 144 | 131 | 1 | 541 | 144 | 62 |
| Binary | 11111101 | 0 | 11101 | 0 | 1100100 | 1011001 | 1 | 101100001 | 1100100 | 110010 |
Color Harmonies of #FD001D
Complementary color
Monochromatic Colors of #FD001D
Black with #FD001D
Text Example
Text Example
White with #FD001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD001D; }
p { color: rgb(253,0,29); }
H1.HeaderClassName
{
color: #FD001D;
}
.AnyTagClassName
{
color: #FD001D;
}
</style>
background-color css
<style>
a { background-color: #FD001D; }
a { background-color: rgb(253,0,29); }
div.DivClassName
{
background-color: #FD001D;
}
.BgClassName
{
background-color: #FD001D;
}
</style>
border-color css
<style>
span { border-color: #FD001D; }
span { border-color: rgb(253,0,29); }
td.TdClassName
{
border-color: #FD001D;
}
.TagClassName
{
border-color: #FD001D;
}
</style>