Shades of Torch Red #FF152D
Tints of Torch Red #FF152D
RGB
CMYK
RGB Variations
Color information
#FF152D (or 0xFF152D) is known color: Torch Red. HEX triplet: FF, 15 and 2D. RGB value is (255,21,45). Sum of RGB (Red+Green+Blue) = 255+21+45=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF152D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF152D is #00EAD2. Grayscale: #5D5D5D. Windows color (decimal): -60115 or 2954751. OLE color: 2954751.
HSL color Cylindrical-coordinate representation of color #FF152D: hue angle of 353.85º 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 #FF152D is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 45 | - |
| CMYK | 0 | 0.92 | 0.82 | 0 |
| HSL | 353.85º | 1% | 0.54% | - |
| HSV(B) | 353.85º | 0.92% | 1% | - |
| XYZ | 41.98 | 21.99 | 4.51 | - |
| YUV | 93.7 | 100.52 | 243.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 45 | 0 | 0.92 | 0.82 | 0 | 353.85 | 1 | 0.54 |
| Hex | FF | 15 | 2D | 0 | 5C | 52 | 0 | 162 | 64 | 36 |
| Octal | 377 | 25 | 55 | 0 | 134 | 122 | 0 | 542 | 144 | 66 |
| Binary | 11111111 | 10101 | 101101 | 0 | 1011100 | 1010010 | 0 | 101100010 | 1100100 | 110110 |
Color Harmonies of #FF152D
Complementary color
Monochromatic Colors of #FF152D
Black with #FF152D
Text Example
Text Example
White with #FF152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF152D; }
p { color: rgb(255,21,45); }
H1.HeaderClassName
{
color: #FF152D;
}
.AnyTagClassName
{
color: #FF152D;
}
</style>
background-color css
<style>
a { background-color: #FF152D; }
a { background-color: rgb(255,21,45); }
div.DivClassName
{
background-color: #FF152D;
}
.BgClassName
{
background-color: #FF152D;
}
</style>
border-color css
<style>
span { border-color: #FF152D; }
span { border-color: rgb(255,21,45); }
td.TdClassName
{
border-color: #FF152D;
}
.TagClassName
{
border-color: #FF152D;
}
</style>