Shades of Torch Red #FF124D
Tints of Torch Red #FF124D
RGB
CMYK
RGB Variations
Color information
#FF124D (or 0xFF124D) is known color: Torch Red. HEX triplet: FF, 12 and 4D. RGB value is (255,18,77). Sum of RGB (Red+Green+Blue) = 255+18+77=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF124D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF124D is #00EDB2. Grayscale: #5F5F5F. Windows color (decimal): -60851 or 5051135. OLE color: 5051135.
HSL color Cylindrical-coordinate representation of color #FF124D: hue angle of 345.06º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF124D is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 77 | - |
| CMYK | 0 | 0.93 | 0.70 | 0 |
| HSL | 345.06º | 1% | 0.54% | - |
| HSV(B) | 345.06º | 0.93% | 1% | - |
| XYZ | 42.8 | 22.23 | 9.06 | - |
| YUV | 95.59 | 117.52 | 241.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 77 | 0 | 0.93 | 0.70 | 0 | 345.06 | 1 | 0.54 |
| Hex | FF | 12 | 4D | 0 | 5D | 46 | 0 | 159 | 64 | 36 |
| Octal | 377 | 22 | 115 | 0 | 135 | 106 | 0 | 531 | 144 | 66 |
| Binary | 11111111 | 10010 | 1001101 | 0 | 1011101 | 1000110 | 0 | 101011001 | 1100100 | 110110 |
Color Harmonies of #FF124D
Complementary color
Monochromatic Colors of #FF124D
Black with #FF124D
Text Example
Text Example
White with #FF124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF124D; }
p { color: rgb(255,18,77); }
H1.HeaderClassName
{
color: #FF124D;
}
.AnyTagClassName
{
color: #FF124D;
}
</style>
background-color css
<style>
a { background-color: #FF124D; }
a { background-color: rgb(255,18,77); }
div.DivClassName
{
background-color: #FF124D;
}
.BgClassName
{
background-color: #FF124D;
}
</style>
border-color css
<style>
span { border-color: #FF124D; }
span { border-color: rgb(255,18,77); }
td.TdClassName
{
border-color: #FF124D;
}
.TagClassName
{
border-color: #FF124D;
}
</style>