Shades of Torch Red #FF154C
Tints of Torch Red #FF154C
RGB
CMYK
RGB Variations
Color information
#FF154C (or 0xFF154C) is known color: Torch Red. HEX triplet: FF, 15 and 4C. RGB value is (255,21,76). Sum of RGB (Red+Green+Blue) = 255+21+76=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF154C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF154C is #00EAB3. Grayscale: #616161. Windows color (decimal): -60084 or 4986367. OLE color: 4986367.
HSL color Cylindrical-coordinate representation of color #FF154C: hue angle of 345.9º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF154C is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 76 | - |
| CMYK | 0 | 0.92 | 0.70 | 0 |
| HSL | 345.9º | 1% | 0.54% | - |
| HSV(B) | 345.9º | 0.92% | 1% | - |
| XYZ | 42.81 | 22.32 | 8.89 | - |
| YUV | 97.24 | 116.02 | 240.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 76 | 0 | 0.92 | 0.70 | 0 | 345.9 | 1 | 0.54 |
| Hex | FF | 15 | 4C | 0 | 5C | 46 | 0 | 15A | 64 | 36 |
| Octal | 377 | 25 | 114 | 0 | 134 | 106 | 0 | 532 | 144 | 66 |
| Binary | 11111111 | 10101 | 1001100 | 0 | 1011100 | 1000110 | 0 | 101011010 | 1100100 | 110110 |
Color Harmonies of #FF154C
Complementary color
Monochromatic Colors of #FF154C
Black with #FF154C
Text Example
Text Example
White with #FF154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF154C; }
p { color: rgb(255,21,76); }
H1.HeaderClassName
{
color: #FF154C;
}
.AnyTagClassName
{
color: #FF154C;
}
</style>
background-color css
<style>
a { background-color: #FF154C; }
a { background-color: rgb(255,21,76); }
div.DivClassName
{
background-color: #FF154C;
}
.BgClassName
{
background-color: #FF154C;
}
</style>
border-color css
<style>
span { border-color: #FF154C; }
span { border-color: rgb(255,21,76); }
td.TdClassName
{
border-color: #FF154C;
}
.TagClassName
{
border-color: #FF154C;
}
</style>