Shades of Torch Red #FD012C
Tints of Torch Red #FD012C
RGB
CMYK
RGB Variations
Color information
#FD012C (or 0xFD012C) is known color: Torch Red. HEX triplet: FD, 01 and 2C. RGB value is (253,1,44). Sum of RGB (Red+Green+Blue) = 253+1+44=298 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.90% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 253 - color contains mainly: red. Hex color #FD012C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD012C is #02FED3. Grayscale: #515151. Windows color (decimal): -196308 or 2884093. OLE color: 2884093.
HSL color Cylindrical-coordinate representation of color #FD012C: hue angle of 349.76º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD012C is Cyan = 0, Magento = 1.00, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 44 | - |
| CMYK | 0 | 1.00 | 0.83 | 0.01 |
| HSL | 349.76º | 0.99% | 0.5% | - |
| HSV(B) | 349.76º | 1% | 0.99% | - |
| XYZ | 40.97 | 21.09 | 4.29 | - |
| YUV | 81.25 | 106.99 | 250.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 44 | 0 | 1.00 | 0.83 | 0.01 | 349.76 | 0.99 | 0.5 |
| Hex | FD | 1 | 2C | 0 | 64 | 53 | 1 | 15E | 63 | 32 |
| Octal | 375 | 1 | 54 | 0 | 144 | 123 | 1 | 536 | 143 | 62 |
| Binary | 11111101 | 1 | 101100 | 0 | 1100100 | 1010011 | 1 | 101011110 | 1100011 | 110010 |
Color Harmonies of #FD012C
Complementary color
Monochromatic Colors of #FD012C
Black with #FD012C
Text Example
Text Example
White with #FD012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD012C; }
p { color: rgb(253,1,44); }
H1.HeaderClassName
{
color: #FD012C;
}
.AnyTagClassName
{
color: #FD012C;
}
</style>
background-color css
<style>
a { background-color: #FD012C; }
a { background-color: rgb(253,1,44); }
div.DivClassName
{
background-color: #FD012C;
}
.BgClassName
{
background-color: #FD012C;
}
</style>
border-color css
<style>
span { border-color: #FD012C; }
span { border-color: rgb(253,1,44); }
td.TdClassName
{
border-color: #FD012C;
}
.TagClassName
{
border-color: #FD012C;
}
</style>