Shades of Torch Red #FF154F
Tints of Torch Red #FF154F
RGB
CMYK
RGB Variations
Color information
#FF154F (or 0xFF154F) is known color: Torch Red. HEX triplet: FF, 15 and 4F. RGB value is (255,21,79). Sum of RGB (Red+Green+Blue) = 255+21+79=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF154F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF154F is #00EAB0. Grayscale: #616161. Windows color (decimal): -60081 or 5182975. OLE color: 5182975.
HSL color Cylindrical-coordinate representation of color #FF154F: hue angle of 345.13º 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 #FF154F is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 79 | - |
| CMYK | 0 | 0.92 | 0.69 | 0 |
| HSL | 345.13º | 1% | 0.54% | - |
| HSV(B) | 345.13º | 0.92% | 1% | - |
| XYZ | 42.92 | 22.36 | 9.45 | - |
| YUV | 97.58 | 117.52 | 240.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 79 | 0 | 0.92 | 0.69 | 0 | 345.13 | 1 | 0.54 |
| Hex | FF | 15 | 4F | 0 | 5C | 45 | 0 | 159 | 64 | 36 |
| Octal | 377 | 25 | 117 | 0 | 134 | 105 | 0 | 531 | 144 | 66 |
| Binary | 11111111 | 10101 | 1001111 | 0 | 1011100 | 1000101 | 0 | 101011001 | 1100100 | 110110 |
Color Harmonies of #FF154F
Complementary color
Monochromatic Colors of #FF154F
Black with #FF154F
Text Example
Text Example
White with #FF154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF154F; }
p { color: rgb(255,21,79); }
H1.HeaderClassName
{
color: #FF154F;
}
.AnyTagClassName
{
color: #FF154F;
}
</style>
background-color css
<style>
a { background-color: #FF154F; }
a { background-color: rgb(255,21,79); }
div.DivClassName
{
background-color: #FF154F;
}
.BgClassName
{
background-color: #FF154F;
}
</style>
border-color css
<style>
span { border-color: #FF154F; }
span { border-color: rgb(255,21,79); }
td.TdClassName
{
border-color: #FF154F;
}
.TagClassName
{
border-color: #FF154F;
}
</style>