Shades of Torch Red #FF1A4F
Tints of Torch Red #FF1A4F
RGB
CMYK
RGB Variations
Color information
#FF1A4F (or 0xFF1A4F) is known color: Torch Red. HEX triplet: FF, 1A and 4F. RGB value is (255,26,79). Sum of RGB (Red+Green+Blue) = 255+26+79=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1A4F is #00E5B0. Grayscale: #646464. Windows color (decimal): -58801 or 5184255. OLE color: 5184255.
HSL color Cylindrical-coordinate representation of color #FF1A4F: hue angle of 346.11º 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 #FF1A4F is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 79 | - |
| CMYK | 0 | 0.90 | 0.69 | 0 |
| HSL | 346.11º | 1% | 0.55% | - |
| HSV(B) | 346.11º | 0.9% | 1% | - |
| XYZ | 43.02 | 22.56 | 9.48 | - |
| YUV | 100.51 | 115.87 | 238.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 79 | 0 | 0.90 | 0.69 | 0 | 346.11 | 1 | 0.55 |
| Hex | FF | 1A | 4F | 0 | 5A | 45 | 0 | 15A | 64 | 37 |
| Octal | 377 | 32 | 117 | 0 | 132 | 105 | 0 | 532 | 144 | 67 |
| Binary | 11111111 | 11010 | 1001111 | 0 | 1011010 | 1000101 | 0 | 101011010 | 1100100 | 110111 |
Color Harmonies of #FF1A4F
Complementary color
Monochromatic Colors of #FF1A4F
Black with #FF1A4F
Text Example
Text Example
White with #FF1A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1A4F; }
p { color: rgb(255,26,79); }
H1.HeaderClassName
{
color: #FF1A4F;
}
.AnyTagClassName
{
color: #FF1A4F;
}
</style>
background-color css
<style>
a { background-color: #FF1A4F; }
a { background-color: rgb(255,26,79); }
div.DivClassName
{
background-color: #FF1A4F;
}
.BgClassName
{
background-color: #FF1A4F;
}
</style>
border-color css
<style>
span { border-color: #FF1A4F; }
span { border-color: rgb(255,26,79); }
td.TdClassName
{
border-color: #FF1A4F;
}
.TagClassName
{
border-color: #FF1A4F;
}
</style>