Shades of Torch Red #FD0011
Tints of Torch Red #FD0011
RGB
CMYK
RGB Variations
Color information
#FD0011 (or 0xFD0011) is known color: Torch Red. HEX triplet: FD, 00 and 11. RGB value is (253,0,17). Sum of RGB (Red+Green+Blue) = 253+0+17=270 (35% of max value = 765). Red value is 253 (99.22% from 255 or 93.70% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0011 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0011 is #02FFEE. Grayscale: #4D4D4D. Windows color (decimal): -196591 or 1114365. OLE color: 1114365.
HSL color Cylindrical-coordinate representation of color #FD0011: hue angle of 355.97º 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 #FD0011 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.93 | 0.01 |
| HSL | 355.97º | 1% | 0.5% | - |
| HSV(B) | 355.97º | 1% | 0.99% | - |
| XYZ | 40.61 | 20.92 | 2.43 | - |
| YUV | 77.59 | 93.82 | 253.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 17 | 0 | 1 | 0.93 | 0.01 | 355.97 | 1 | 0.5 |
| Hex | FD | 0 | 11 | 0 | 64 | 5D | 1 | 164 | 64 | 32 |
| Octal | 375 | 0 | 21 | 0 | 144 | 135 | 1 | 544 | 144 | 62 |
| Binary | 11111101 | 0 | 10001 | 0 | 1100100 | 1011101 | 1 | 101100100 | 1100100 | 110010 |
Color Harmonies of #FD0011
Complementary color
Monochromatic Colors of #FD0011
Black with #FD0011
Text Example
Text Example
White with #FD0011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0011; }
p { color: rgb(253,0,17); }
H1.HeaderClassName
{
color: #FD0011;
}
.AnyTagClassName
{
color: #FD0011;
}
</style>
background-color css
<style>
a { background-color: #FD0011; }
a { background-color: rgb(253,0,17); }
div.DivClassName
{
background-color: #FD0011;
}
.BgClassName
{
background-color: #FD0011;
}
</style>
border-color css
<style>
span { border-color: #FD0011; }
span { border-color: rgb(253,0,17); }
td.TdClassName
{
border-color: #FD0011;
}
.TagClassName
{
border-color: #FD0011;
}
</style>