Shades of Torch Red #FD000C
Tints of Torch Red #FD000C
RGB
CMYK
RGB Variations
Color information
#FD000C (or 0xFD000C) is known color: Torch Red. HEX triplet: FD, 00 and 0C. RGB value is (253,0,12). Sum of RGB (Red+Green+Blue) = 253+0+12=265 (35% of max value = 765). Red value is 253 (99.22% from 255 or 95.47% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 253 - color contains mainly: red. Hex color #FD000C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD000C is #02FFF3. Grayscale: #4D4D4D. Windows color (decimal): -196596 or 786685. OLE color: 786685.
HSL color Cylindrical-coordinate representation of color #FD000C: hue angle of 357.15º 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 #FD000C is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.95 | 0.01 |
| HSL | 357.15º | 1% | 0.5% | - |
| HSV(B) | 357.15º | 1% | 0.99% | - |
| XYZ | 40.57 | 20.91 | 2.25 | - |
| YUV | 77.02 | 91.32 | 253.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 12 | 0 | 1 | 0.95 | 0.01 | 357.15 | 1 | 0.5 |
| Hex | FD | 0 | C | 0 | 64 | 5F | 1 | 165 | 64 | 32 |
| Octal | 375 | 0 | 14 | 0 | 144 | 137 | 1 | 545 | 144 | 62 |
| Binary | 11111101 | 0 | 1100 | 0 | 1100100 | 1011111 | 1 | 101100101 | 1100100 | 110010 |
Color Harmonies of #FD000C
Complementary color
Monochromatic Colors of #FD000C
Black with #FD000C
Text Example
Text Example
White with #FD000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD000C; }
p { color: rgb(253,0,12); }
H1.HeaderClassName
{
color: #FD000C;
}
.AnyTagClassName
{
color: #FD000C;
}
</style>
background-color css
<style>
a { background-color: #FD000C; }
a { background-color: rgb(253,0,12); }
div.DivClassName
{
background-color: #FD000C;
}
.BgClassName
{
background-color: #FD000C;
}
</style>
border-color css
<style>
span { border-color: #FD000C; }
span { border-color: rgb(253,0,12); }
td.TdClassName
{
border-color: #FD000C;
}
.TagClassName
{
border-color: #FD000C;
}
</style>