Shades of Torch Red #FF152E
Tints of Torch Red #FF152E
RGB
CMYK
RGB Variations
Color information
#FF152E (or 0xFF152E) is known color: Torch Red. HEX triplet: FF, 15 and 2E. RGB value is (255,21,46). Sum of RGB (Red+Green+Blue) = 255+21+46=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 46 (18.36% from 255 or 14.29% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF152E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF152E is #00EAD1. Grayscale: #5D5D5D. Windows color (decimal): -60114 or 3020287. OLE color: 3020287.
HSL color Cylindrical-coordinate representation of color #FF152E: hue angle of 353.59º 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 #FF152E is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 46 | - |
| CMYK | 0 | 0.92 | 0.82 | 0 |
| HSL | 353.59º | 1% | 0.54% | - |
| HSV(B) | 353.59º | 0.92% | 1% | - |
| XYZ | 42 | 21.99 | 4.62 | - |
| YUV | 93.82 | 101.02 | 242.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 46 | 0 | 0.92 | 0.82 | 0 | 353.59 | 1 | 0.54 |
| Hex | FF | 15 | 2E | 0 | 5C | 52 | 0 | 162 | 64 | 36 |
| Octal | 377 | 25 | 56 | 0 | 134 | 122 | 0 | 542 | 144 | 66 |
| Binary | 11111111 | 10101 | 101110 | 0 | 1011100 | 1010010 | 0 | 101100010 | 1100100 | 110110 |
Color Harmonies of #FF152E
Complementary color
Monochromatic Colors of #FF152E
Black with #FF152E
Text Example
Text Example
White with #FF152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF152E; }
p { color: rgb(255,21,46); }
H1.HeaderClassName
{
color: #FF152E;
}
.AnyTagClassName
{
color: #FF152E;
}
</style>
background-color css
<style>
a { background-color: #FF152E; }
a { background-color: rgb(255,21,46); }
div.DivClassName
{
background-color: #FF152E;
}
.BgClassName
{
background-color: #FF152E;
}
</style>
border-color css
<style>
span { border-color: #FF152E; }
span { border-color: rgb(255,21,46); }
td.TdClassName
{
border-color: #FF152E;
}
.TagClassName
{
border-color: #FF152E;
}
</style>