Shades of Torch Red #FF124A
Tints of Torch Red #FF124A
RGB
CMYK
RGB Variations
Color information
#FF124A (or 0xFF124A) is known color: Torch Red. HEX triplet: FF, 12 and 4A. RGB value is (255,18,74). Sum of RGB (Red+Green+Blue) = 255+18+74=347 (45% of max value = 765). Red value is 255 (100% from 255 or 73.49% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 255 - color contains mainly: red. Hex color #FF124A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF124A is #00EDB5. Grayscale: #5F5F5F. Windows color (decimal): -60854 or 4854527. OLE color: 4854527.
HSL color Cylindrical-coordinate representation of color #FF124A: hue angle of 345.82º 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 #FF124A is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 74 | - |
| CMYK | 0 | 0.93 | 0.71 | 0 |
| HSL | 345.82º | 1% | 0.54% | - |
| HSV(B) | 345.82º | 0.93% | 1% | - |
| XYZ | 42.69 | 22.19 | 8.51 | - |
| YUV | 95.25 | 116.02 | 241.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 74 | 0 | 0.93 | 0.71 | 0 | 345.82 | 1 | 0.54 |
| Hex | FF | 12 | 4A | 0 | 5D | 47 | 0 | 15A | 64 | 36 |
| Octal | 377 | 22 | 112 | 0 | 135 | 107 | 0 | 532 | 144 | 66 |
| Binary | 11111111 | 10010 | 1001010 | 0 | 1011101 | 1000111 | 0 | 101011010 | 1100100 | 110110 |
Color Harmonies of #FF124A
Complementary color
Monochromatic Colors of #FF124A
Black with #FF124A
Text Example
Text Example
White with #FF124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF124A; }
p { color: rgb(255,18,74); }
H1.HeaderClassName
{
color: #FF124A;
}
.AnyTagClassName
{
color: #FF124A;
}
</style>
background-color css
<style>
a { background-color: #FF124A; }
a { background-color: rgb(255,18,74); }
div.DivClassName
{
background-color: #FF124A;
}
.BgClassName
{
background-color: #FF124A;
}
</style>
border-color css
<style>
span { border-color: #FF124A; }
span { border-color: rgb(255,18,74); }
td.TdClassName
{
border-color: #FF124A;
}
.TagClassName
{
border-color: #FF124A;
}
</style>