Shades of Torch Red #FF1C4E
Tints of Torch Red #FF1C4E
RGB
CMYK
RGB Variations
Color information
#FF1C4E (or 0xFF1C4E) is known color: Torch Red. HEX triplet: FF, 1C and 4E. RGB value is (255,28,78). Sum of RGB (Red+Green+Blue) = 255+28+78=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1C4E is #00E3B1. Grayscale: #656565. Windows color (decimal): -58290 or 5119231. OLE color: 5119231.
HSL color Cylindrical-coordinate representation of color #FF1C4E: hue angle of 346.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1C4E is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 78 | - |
| CMYK | 0 | 0.89 | 0.69 | 0 |
| HSL | 346.78º | 1% | 0.55% | - |
| HSV(B) | 346.78º | 0.89% | 1% | - |
| XYZ | 43.03 | 22.64 | 9.31 | - |
| YUV | 101.57 | 114.71 | 237.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 78 | 0 | 0.89 | 0.69 | 0 | 346.78 | 1 | 0.55 |
| Hex | FF | 1C | 4E | 0 | 59 | 45 | 0 | 15B | 64 | 37 |
| Octal | 377 | 34 | 116 | 0 | 131 | 105 | 0 | 533 | 144 | 67 |
| Binary | 11111111 | 11100 | 1001110 | 0 | 1011001 | 1000101 | 0 | 101011011 | 1100100 | 110111 |
Color Harmonies of #FF1C4E
Complementary color
Monochromatic Colors of #FF1C4E
Black with #FF1C4E
Text Example
Text Example
White with #FF1C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1C4E; }
p { color: rgb(255,28,78); }
H1.HeaderClassName
{
color: #FF1C4E;
}
.AnyTagClassName
{
color: #FF1C4E;
}
</style>
background-color css
<style>
a { background-color: #FF1C4E; }
a { background-color: rgb(255,28,78); }
div.DivClassName
{
background-color: #FF1C4E;
}
.BgClassName
{
background-color: #FF1C4E;
}
</style>
border-color css
<style>
span { border-color: #FF1C4E; }
span { border-color: rgb(255,28,78); }
td.TdClassName
{
border-color: #FF1C4E;
}
.TagClassName
{
border-color: #FF1C4E;
}
</style>