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