Shades of Torch Red #FD0007
Tints of Torch Red #FD0007
RGB
CMYK
RGB Variations
Color information
#FD0007 (or 0xFD0007) is known color: Torch Red. HEX triplet: FD, 00 and 07. RGB value is (253,0,7). Sum of RGB (Red+Green+Blue) = 253+0+7=260 (34% of max value = 765). Red value is 253 (99.22% from 255 or 97.31% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0007 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0007 is #02FFF8. Grayscale: #4C4C4C. Windows color (decimal): -196601 or 459005. OLE color: 459005.
HSL color Cylindrical-coordinate representation of color #FD0007: hue angle of 358.34º 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 #FD0007 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.97 | 0.01 |
| HSL | 358.34º | 1% | 0.5% | - |
| HSV(B) | 358.34º | 1% | 0.99% | - |
| XYZ | 40.55 | 20.9 | 2.1 | - |
| YUV | 76.45 | 88.82 | 253.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 7 | 0 | 1 | 0.97 | 0.01 | 358.34 | 1 | 0.5 |
| Hex | FD | 0 | 7 | 0 | 64 | 61 | 1 | 166 | 64 | 32 |
| Octal | 375 | 0 | 7 | 0 | 144 | 141 | 1 | 546 | 144 | 62 |
| Binary | 11111101 | 0 | 111 | 0 | 1100100 | 1100001 | 1 | 101100110 | 1100100 | 110010 |
Color Harmonies of #FD0007
Complementary color
Monochromatic Colors of #FD0007
Black with #FD0007
Text Example
Text Example
White with #FD0007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0007; }
p { color: rgb(253,0,7); }
H1.HeaderClassName
{
color: #FD0007;
}
.AnyTagClassName
{
color: #FD0007;
}
</style>
background-color css
<style>
a { background-color: #FD0007; }
a { background-color: rgb(253,0,7); }
div.DivClassName
{
background-color: #FD0007;
}
.BgClassName
{
background-color: #FD0007;
}
</style>
border-color css
<style>
span { border-color: #FD0007; }
span { border-color: rgb(253,0,7); }
td.TdClassName
{
border-color: #FD0007;
}
.TagClassName
{
border-color: #FD0007;
}
</style>