Shades of Torch Red #FF1A41
Tints of Torch Red #FF1A41
RGB
CMYK
RGB Variations
Color information
#FF1A41 (or 0xFF1A41) is known color: Torch Red. HEX triplet: FF, 1A and 41. RGB value is (255,26,65). Sum of RGB (Red+Green+Blue) = 255+26+65=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1A41 is #00E5BE. Grayscale: #626262. Windows color (decimal): -58815 or 4266751. OLE color: 4266751.
HSL color Cylindrical-coordinate representation of color #FF1A41: hue angle of 349.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1A41 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 65 | - |
| CMYK | 0 | 0.90 | 0.75 | 0 |
| HSL | 349.78º | 1% | 0.55% | - |
| HSV(B) | 349.78º | 0.9% | 1% | - |
| XYZ | 42.56 | 22.38 | 7.08 | - |
| YUV | 98.92 | 108.87 | 239.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 65 | 0 | 0.90 | 0.75 | 0 | 349.78 | 1 | 0.55 |
| Hex | FF | 1A | 41 | 0 | 5A | 4B | 0 | 15E | 64 | 37 |
| Octal | 377 | 32 | 101 | 0 | 132 | 113 | 0 | 536 | 144 | 67 |
| Binary | 11111111 | 11010 | 1000001 | 0 | 1011010 | 1001011 | 0 | 101011110 | 1100100 | 110111 |
Color Harmonies of #FF1A41
Complementary color
Monochromatic Colors of #FF1A41
Black with #FF1A41
Text Example
Text Example
White with #FF1A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1A41; }
p { color: rgb(255,26,65); }
H1.HeaderClassName
{
color: #FF1A41;
}
.AnyTagClassName
{
color: #FF1A41;
}
</style>
background-color css
<style>
a { background-color: #FF1A41; }
a { background-color: rgb(255,26,65); }
div.DivClassName
{
background-color: #FF1A41;
}
.BgClassName
{
background-color: #FF1A41;
}
</style>
border-color css
<style>
span { border-color: #FF1A41; }
span { border-color: rgb(255,26,65); }
td.TdClassName
{
border-color: #FF1A41;
}
.TagClassName
{
border-color: #FF1A41;
}
</style>