Shades of Torch Red #FD012E
Tints of Torch Red #FD012E
RGB
CMYK
RGB Variations
Color information
#FD012E (or 0xFD012E) is known color: Torch Red. HEX triplet: FD, 01 and 2E. RGB value is (253,1,46). Sum of RGB (Red+Green+Blue) = 253+1+46=300 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.33% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 253 - color contains mainly: red. Hex color #FD012E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD012E is #02FED1. Grayscale: #515151. Windows color (decimal): -196306 or 3015165. OLE color: 3015165.
HSL color Cylindrical-coordinate representation of color #FD012E: hue angle of 349.29º 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 #FD012E is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 46 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.01 |
| HSL | 349.29º | 0.99% | 0.5% | - |
| HSV(B) | 349.29º | 1% | 0.99% | - |
| XYZ | 41.01 | 21.1 | 4.5 | - |
| YUV | 81.48 | 107.99 | 250.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 46 | 0 | 1.00 | 0.82 | 0.01 | 349.29 | 0.99 | 0.5 |
| Hex | FD | 1 | 2E | 0 | 64 | 52 | 1 | 15D | 63 | 32 |
| Octal | 375 | 1 | 56 | 0 | 144 | 122 | 1 | 535 | 143 | 62 |
| Binary | 11111101 | 1 | 101110 | 0 | 1100100 | 1010010 | 1 | 101011101 | 1100011 | 110010 |
Color Harmonies of #FD012E
Complementary color
Monochromatic Colors of #FD012E
Black with #FD012E
Text Example
Text Example
White with #FD012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD012E; }
p { color: rgb(253,1,46); }
H1.HeaderClassName
{
color: #FD012E;
}
.AnyTagClassName
{
color: #FD012E;
}
</style>
background-color css
<style>
a { background-color: #FD012E; }
a { background-color: rgb(253,1,46); }
div.DivClassName
{
background-color: #FD012E;
}
.BgClassName
{
background-color: #FD012E;
}
</style>
border-color css
<style>
span { border-color: #FD012E; }
span { border-color: rgb(253,1,46); }
td.TdClassName
{
border-color: #FD012E;
}
.TagClassName
{
border-color: #FD012E;
}
</style>