Shades of Torch Red #FF1A4D
Tints of Torch Red #FF1A4D
RGB
CMYK
RGB Variations
Color information
#FF1A4D (or 0xFF1A4D) is known color: Torch Red. HEX triplet: FF, 1A and 4D. RGB value is (255,26,77). Sum of RGB (Red+Green+Blue) = 255+26+77=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1A4D is #00E5B2. Grayscale: #646464. Windows color (decimal): -58803 or 5053183. OLE color: 5053183.
HSL color Cylindrical-coordinate representation of color #FF1A4D: hue angle of 346.64º 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 #FF1A4D is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 77 | - |
| CMYK | 0 | 0.90 | 0.70 | 0 |
| HSL | 346.64º | 1% | 0.55% | - |
| HSV(B) | 346.64º | 0.9% | 1% | - |
| XYZ | 42.95 | 22.53 | 9.11 | - |
| YUV | 100.29 | 114.87 | 238.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 77 | 0 | 0.90 | 0.70 | 0 | 346.64 | 1 | 0.55 |
| Hex | FF | 1A | 4D | 0 | 5A | 46 | 0 | 15B | 64 | 37 |
| Octal | 377 | 32 | 115 | 0 | 132 | 106 | 0 | 533 | 144 | 67 |
| Binary | 11111111 | 11010 | 1001101 | 0 | 1011010 | 1000110 | 0 | 101011011 | 1100100 | 110111 |
Color Harmonies of #FF1A4D
Complementary color
Monochromatic Colors of #FF1A4D
Black with #FF1A4D
Text Example
Text Example
White with #FF1A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1A4D; }
p { color: rgb(255,26,77); }
H1.HeaderClassName
{
color: #FF1A4D;
}
.AnyTagClassName
{
color: #FF1A4D;
}
</style>
background-color css
<style>
a { background-color: #FF1A4D; }
a { background-color: rgb(255,26,77); }
div.DivClassName
{
background-color: #FF1A4D;
}
.BgClassName
{
background-color: #FF1A4D;
}
</style>
border-color css
<style>
span { border-color: #FF1A4D; }
span { border-color: rgb(255,26,77); }
td.TdClassName
{
border-color: #FF1A4D;
}
.TagClassName
{
border-color: #FF1A4D;
}
</style>