Shades of Torch Red #FF1241
Tints of Torch Red #FF1241
RGB
CMYK
RGB Variations
Color information
#FF1241 (or 0xFF1241) is known color: Torch Red. HEX triplet: FF, 12 and 41. RGB value is (255,18,65). Sum of RGB (Red+Green+Blue) = 255+18+65=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1241 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1241 is #00EDBE. Grayscale: #5E5E5E. Windows color (decimal): -60863 or 4264703. OLE color: 4264703.
HSL color Cylindrical-coordinate representation of color #FF1241: hue angle of 348.1º 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 #FF1241 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 65 | - |
| CMYK | 0 | 0.93 | 0.75 | 0 |
| HSL | 348.1º | 1% | 0.54% | - |
| HSV(B) | 348.1º | 0.93% | 1% | - |
| XYZ | 42.41 | 22.07 | 7.03 | - |
| YUV | 94.22 | 111.52 | 242.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 65 | 0 | 0.93 | 0.75 | 0 | 348.1 | 1 | 0.54 |
| Hex | FF | 12 | 41 | 0 | 5D | 4B | 0 | 15C | 64 | 36 |
| Octal | 377 | 22 | 101 | 0 | 135 | 113 | 0 | 534 | 144 | 66 |
| Binary | 11111111 | 10010 | 1000001 | 0 | 1011101 | 1001011 | 0 | 101011100 | 1100100 | 110110 |
Color Harmonies of #FF1241
Complementary color
Monochromatic Colors of #FF1241
Black with #FF1241
Text Example
Text Example
White with #FF1241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1241; }
p { color: rgb(255,18,65); }
H1.HeaderClassName
{
color: #FF1241;
}
.AnyTagClassName
{
color: #FF1241;
}
</style>
background-color css
<style>
a { background-color: #FF1241; }
a { background-color: rgb(255,18,65); }
div.DivClassName
{
background-color: #FF1241;
}
.BgClassName
{
background-color: #FF1241;
}
</style>
border-color css
<style>
span { border-color: #FF1241; }
span { border-color: rgb(255,18,65); }
td.TdClassName
{
border-color: #FF1241;
}
.TagClassName
{
border-color: #FF1241;
}
</style>