Shades of Torch Red #FF1242
Tints of Torch Red #FF1242
RGB
CMYK
RGB Variations
Color information
#FF1242 (or 0xFF1242) is known color: Torch Red. HEX triplet: FF, 12 and 42. RGB value is (255,18,66). Sum of RGB (Red+Green+Blue) = 255+18+66=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1242 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1242 is #00EDBD. Grayscale: #5E5E5E. Windows color (decimal): -60862 or 4330239. OLE color: 4330239.
HSL color Cylindrical-coordinate representation of color #FF1242: hue angle of 347.85º 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 #FF1242 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 66 | - |
| CMYK | 0 | 0.93 | 0.74 | 0 |
| HSL | 347.85º | 1% | 0.54% | - |
| HSV(B) | 347.85º | 0.93% | 1% | - |
| XYZ | 42.44 | 22.09 | 7.18 | - |
| YUV | 94.34 | 112.02 | 242.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 66 | 0 | 0.93 | 0.74 | 0 | 347.85 | 1 | 0.54 |
| Hex | FF | 12 | 42 | 0 | 5D | 4A | 0 | 15C | 64 | 36 |
| Octal | 377 | 22 | 102 | 0 | 135 | 112 | 0 | 534 | 144 | 66 |
| Binary | 11111111 | 10010 | 1000010 | 0 | 1011101 | 1001010 | 0 | 101011100 | 1100100 | 110110 |
Color Harmonies of #FF1242
Complementary color
Monochromatic Colors of #FF1242
Black with #FF1242
Text Example
Text Example
White with #FF1242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1242; }
p { color: rgb(255,18,66); }
H1.HeaderClassName
{
color: #FF1242;
}
.AnyTagClassName
{
color: #FF1242;
}
</style>
background-color css
<style>
a { background-color: #FF1242; }
a { background-color: rgb(255,18,66); }
div.DivClassName
{
background-color: #FF1242;
}
.BgClassName
{
background-color: #FF1242;
}
</style>
border-color css
<style>
span { border-color: #FF1242; }
span { border-color: rgb(255,18,66); }
td.TdClassName
{
border-color: #FF1242;
}
.TagClassName
{
border-color: #FF1242;
}
</style>