Shades of Torch Red #FD0411
Tints of Torch Red #FD0411
RGB
CMYK
RGB Variations
Color information
#FD0411 (or 0xFD0411) is known color: Torch Red. HEX triplet: FD, 04 and 11. RGB value is (253,4,17). Sum of RGB (Red+Green+Blue) = 253+4+17=274 (36% of max value = 765). Red value is 253 (99.22% from 255 or 92.34% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0411 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0411 is #02FBEE. Grayscale: #505050. Windows color (decimal): -195567 or 1115389. OLE color: 1115389.
HSL color Cylindrical-coordinate representation of color #FD0411: hue angle of 356.87º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0411 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 17 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.01 |
| HSL | 356.87º | 0.98% | 0.5% | - |
| HSV(B) | 356.87º | 0.98% | 0.99% | - |
| XYZ | 40.65 | 21.01 | 2.44 | - |
| YUV | 79.93 | 92.49 | 251.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 17 | 0 | 0.98 | 0.93 | 0.01 | 356.87 | 0.98 | 0.5 |
| Hex | FD | 4 | 11 | 0 | 62 | 5D | 1 | 165 | 62 | 32 |
| Octal | 375 | 4 | 21 | 0 | 142 | 135 | 1 | 545 | 142 | 62 |
| Binary | 11111101 | 100 | 10001 | 0 | 1100010 | 1011101 | 1 | 101100101 | 1100010 | 110010 |
Color Harmonies of #FD0411
Complementary color
Monochromatic Colors of #FD0411
Black with #FD0411
Text Example
Text Example
White with #FD0411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0411; }
p { color: rgb(253,4,17); }
H1.HeaderClassName
{
color: #FD0411;
}
.AnyTagClassName
{
color: #FD0411;
}
</style>
background-color css
<style>
a { background-color: #FD0411; }
a { background-color: rgb(253,4,17); }
div.DivClassName
{
background-color: #FD0411;
}
.BgClassName
{
background-color: #FD0411;
}
</style>
border-color css
<style>
span { border-color: #FD0411; }
span { border-color: rgb(253,4,17); }
td.TdClassName
{
border-color: #FD0411;
}
.TagClassName
{
border-color: #FD0411;
}
</style>