Shades of Torch Red #FF124C
Tints of Torch Red #FF124C
RGB
CMYK
RGB Variations
Color information
#FF124C (or 0xFF124C) is known color: Torch Red. HEX triplet: FF, 12 and 4C. RGB value is (255,18,76). Sum of RGB (Red+Green+Blue) = 255+18+76=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF124C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF124C is #00EDB3. Grayscale: #5F5F5F. Windows color (decimal): -60852 or 4985599. OLE color: 4985599.
HSL color Cylindrical-coordinate representation of color #FF124C: hue angle of 345.32º 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 #FF124C is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 76 | - |
| CMYK | 0 | 0.93 | 0.70 | 0 |
| HSL | 345.32º | 1% | 0.54% | - |
| HSV(B) | 345.32º | 0.93% | 1% | - |
| XYZ | 42.76 | 22.21 | 8.87 | - |
| YUV | 95.48 | 117.02 | 241.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 76 | 0 | 0.93 | 0.70 | 0 | 345.32 | 1 | 0.54 |
| Hex | FF | 12 | 4C | 0 | 5D | 46 | 0 | 159 | 64 | 36 |
| Octal | 377 | 22 | 114 | 0 | 135 | 106 | 0 | 531 | 144 | 66 |
| Binary | 11111111 | 10010 | 1001100 | 0 | 1011101 | 1000110 | 0 | 101011001 | 1100100 | 110110 |
Color Harmonies of #FF124C
Complementary color
Monochromatic Colors of #FF124C
Black with #FF124C
Text Example
Text Example
White with #FF124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF124C; }
p { color: rgb(255,18,76); }
H1.HeaderClassName
{
color: #FF124C;
}
.AnyTagClassName
{
color: #FF124C;
}
</style>
background-color css
<style>
a { background-color: #FF124C; }
a { background-color: rgb(255,18,76); }
div.DivClassName
{
background-color: #FF124C;
}
.BgClassName
{
background-color: #FF124C;
}
</style>
border-color css
<style>
span { border-color: #FF124C; }
span { border-color: rgb(255,18,76); }
td.TdClassName
{
border-color: #FF124C;
}
.TagClassName
{
border-color: #FF124C;
}
</style>