Shades of Torch Red #FF152B
Tints of Torch Red #FF152B
RGB
CMYK
RGB Variations
Color information
#FF152B (or 0xFF152B) is known color: Torch Red. HEX triplet: FF, 15 and 2B. RGB value is (255,21,43). Sum of RGB (Red+Green+Blue) = 255+21+43=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF152B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF152B is #00EAD4. Grayscale: #5D5D5D. Windows color (decimal): -60117 or 2823679. OLE color: 2823679.
HSL color Cylindrical-coordinate representation of color #FF152B: hue angle of 354.36º 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 #FF152B is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 43 | - |
| CMYK | 0 | 0.92 | 0.83 | 0 |
| HSL | 354.36º | 1% | 0.54% | - |
| HSV(B) | 354.36º | 0.92% | 1% | - |
| XYZ | 41.94 | 21.97 | 4.32 | - |
| YUV | 93.47 | 99.52 | 243.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 43 | 0 | 0.92 | 0.83 | 0 | 354.36 | 1 | 0.54 |
| Hex | FF | 15 | 2B | 0 | 5C | 53 | 0 | 162 | 64 | 36 |
| Octal | 377 | 25 | 53 | 0 | 134 | 123 | 0 | 542 | 144 | 66 |
| Binary | 11111111 | 10101 | 101011 | 0 | 1011100 | 1010011 | 0 | 101100010 | 1100100 | 110110 |
Color Harmonies of #FF152B
Complementary color
Monochromatic Colors of #FF152B
Black with #FF152B
Text Example
Text Example
White with #FF152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF152B; }
p { color: rgb(255,21,43); }
H1.HeaderClassName
{
color: #FF152B;
}
.AnyTagClassName
{
color: #FF152B;
}
</style>
background-color css
<style>
a { background-color: #FF152B; }
a { background-color: rgb(255,21,43); }
div.DivClassName
{
background-color: #FF152B;
}
.BgClassName
{
background-color: #FF152B;
}
</style>
border-color css
<style>
span { border-color: #FF152B; }
span { border-color: rgb(255,21,43); }
td.TdClassName
{
border-color: #FF152B;
}
.TagClassName
{
border-color: #FF152B;
}
</style>