Shades of Torch Red #FD0012
Tints of Torch Red #FD0012
RGB
CMYK
RGB Variations
Color information
#FD0012 (or 0xFD0012) is known color: Torch Red. HEX triplet: FD, 00 and 12. RGB value is (253,0,18). Sum of RGB (Red+Green+Blue) = 253+0+18=271 (35% of max value = 765). Red value is 253 (99.22% from 255 or 93.36% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0012 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0012 is #02FFED. Grayscale: #4D4D4D. Windows color (decimal): -196590 or 1179901. OLE color: 1179901.
HSL color Cylindrical-coordinate representation of color #FD0012: hue angle of 355.73º 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 #FD0012 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.93 | 0.01 |
| HSL | 355.73º | 1% | 0.5% | - |
| HSV(B) | 355.73º | 1% | 0.99% | - |
| XYZ | 40.62 | 20.93 | 2.47 | - |
| YUV | 77.7 | 94.32 | 253.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 18 | 0 | 1 | 0.93 | 0.01 | 355.73 | 1 | 0.5 |
| Hex | FD | 0 | 12 | 0 | 64 | 5D | 1 | 164 | 64 | 32 |
| Octal | 375 | 0 | 22 | 0 | 144 | 135 | 1 | 544 | 144 | 62 |
| Binary | 11111101 | 0 | 10010 | 0 | 1100100 | 1011101 | 1 | 101100100 | 1100100 | 110010 |
Color Harmonies of #FD0012
Complementary color
Monochromatic Colors of #FD0012
Black with #FD0012
Text Example
Text Example
White with #FD0012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0012; }
p { color: rgb(253,0,18); }
H1.HeaderClassName
{
color: #FD0012;
}
.AnyTagClassName
{
color: #FD0012;
}
</style>
background-color css
<style>
a { background-color: #FD0012; }
a { background-color: rgb(253,0,18); }
div.DivClassName
{
background-color: #FD0012;
}
.BgClassName
{
background-color: #FD0012;
}
</style>
border-color css
<style>
span { border-color: #FD0012; }
span { border-color: rgb(253,0,18); }
td.TdClassName
{
border-color: #FD0012;
}
.TagClassName
{
border-color: #FD0012;
}
</style>