Shades of Torch Red #FF152C
Tints of Torch Red #FF152C
RGB
CMYK
RGB Variations
Color information
#FF152C (or 0xFF152C) is known color: Torch Red. HEX triplet: FF, 15 and 2C. RGB value is (255,21,44). Sum of RGB (Red+Green+Blue) = 255+21+44=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF152C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF152C is #00EAD3. Grayscale: #5D5D5D. Windows color (decimal): -60116 or 2889215. OLE color: 2889215.
HSL color Cylindrical-coordinate representation of color #FF152C: hue angle of 354.1º 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 #FF152C is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 44 | - |
| CMYK | 0 | 0.92 | 0.83 | 0 |
| HSL | 354.1º | 1% | 0.54% | - |
| HSV(B) | 354.1º | 0.92% | 1% | - |
| XYZ | 41.96 | 21.98 | 4.41 | - |
| YUV | 93.59 | 100.02 | 243.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 44 | 0 | 0.92 | 0.83 | 0 | 354.1 | 1 | 0.54 |
| Hex | FF | 15 | 2C | 0 | 5C | 53 | 0 | 162 | 64 | 36 |
| Octal | 377 | 25 | 54 | 0 | 134 | 123 | 0 | 542 | 144 | 66 |
| Binary | 11111111 | 10101 | 101100 | 0 | 1011100 | 1010011 | 0 | 101100010 | 1100100 | 110110 |
Color Harmonies of #FF152C
Complementary color
Monochromatic Colors of #FF152C
Black with #FF152C
Text Example
Text Example
White with #FF152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF152C; }
p { color: rgb(255,21,44); }
H1.HeaderClassName
{
color: #FF152C;
}
.AnyTagClassName
{
color: #FF152C;
}
</style>
background-color css
<style>
a { background-color: #FF152C; }
a { background-color: rgb(255,21,44); }
div.DivClassName
{
background-color: #FF152C;
}
.BgClassName
{
background-color: #FF152C;
}
</style>
border-color css
<style>
span { border-color: #FF152C; }
span { border-color: rgb(255,21,44); }
td.TdClassName
{
border-color: #FF152C;
}
.TagClassName
{
border-color: #FF152C;
}
</style>