Shades of Torch Red #FD0506
Tints of Torch Red #FD0506
RGB
CMYK
RGB Variations
Color information
#FD0506 (or 0xFD0506) is known color: Torch Red. HEX triplet: FD, 05 and 06. RGB value is (253,5,6). Sum of RGB (Red+Green+Blue) = 253+5+6=264 (34% of max value = 765). Red value is 253 (99.22% from 255 or 95.83% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0506 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0506 is #02FAF9. Grayscale: #4F4F4F. Windows color (decimal): -195322 or 394749. OLE color: 394749.
HSL color Cylindrical-coordinate representation of color #FD0506: hue angle of 359.76º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0506 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 6 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.01 |
| HSL | 359.76º | 0.98% | 0.51% | - |
| HSV(B) | 359.76º | 0.98% | 0.99% | - |
| XYZ | 40.6 | 21 | 2.09 | - |
| YUV | 79.27 | 86.66 | 251.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 6 | 0 | 0.98 | 0.98 | 0.01 | 359.76 | 0.98 | 0.51 |
| Hex | FD | 5 | 6 | 0 | 62 | 62 | 1 | 168 | 62 | 33 |
| Octal | 375 | 5 | 6 | 0 | 142 | 142 | 1 | 550 | 142 | 63 |
| Binary | 11111101 | 101 | 110 | 0 | 1100010 | 1100010 | 1 | 101101000 | 1100010 | 110011 |
Color Harmonies of #FD0506
Complementary color
Monochromatic Colors of #FD0506
Black with #FD0506
Text Example
Text Example
White with #FD0506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0506; }
p { color: rgb(253,5,6); }
H1.HeaderClassName
{
color: #FD0506;
}
.AnyTagClassName
{
color: #FD0506;
}
</style>
background-color css
<style>
a { background-color: #FD0506; }
a { background-color: rgb(253,5,6); }
div.DivClassName
{
background-color: #FD0506;
}
.BgClassName
{
background-color: #FD0506;
}
</style>
border-color css
<style>
span { border-color: #FD0506; }
span { border-color: rgb(253,5,6); }
td.TdClassName
{
border-color: #FD0506;
}
.TagClassName
{
border-color: #FD0506;
}
</style>