Shades of Torch Red #FF151E
Tints of Torch Red #FF151E
RGB
CMYK
RGB Variations
Color information
#FF151E (or 0xFF151E) is known color: Torch Red. HEX triplet: FF, 15 and 1E. RGB value is (255,21,30). Sum of RGB (Red+Green+Blue) = 255+21+30=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF151E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF151E is #00EAE1. Grayscale: #5C5C5C. Windows color (decimal): -60130 or 1971711. OLE color: 1971711.
HSL color Cylindrical-coordinate representation of color #FF151E: hue angle of 357.69º 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 #FF151E is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 30 | - |
| CMYK | 0 | 0.92 | 0.88 | 0 |
| HSL | 357.69º | 1% | 0.54% | - |
| HSV(B) | 357.69º | 0.92% | 1% | - |
| XYZ | 41.74 | 21.89 | 3.25 | - |
| YUV | 91.99 | 93.02 | 244.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 30 | 0 | 0.92 | 0.88 | 0 | 357.69 | 1 | 0.54 |
| Hex | FF | 15 | 1E | 0 | 5C | 58 | 0 | 166 | 64 | 36 |
| Octal | 377 | 25 | 36 | 0 | 134 | 130 | 0 | 546 | 144 | 66 |
| Binary | 11111111 | 10101 | 11110 | 0 | 1011100 | 1011000 | 0 | 101100110 | 1100100 | 110110 |
Color Harmonies of #FF151E
Complementary color
Monochromatic Colors of #FF151E
Black with #FF151E
Text Example
Text Example
White with #FF151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF151E; }
p { color: rgb(255,21,30); }
H1.HeaderClassName
{
color: #FF151E;
}
.AnyTagClassName
{
color: #FF151E;
}
</style>
background-color css
<style>
a { background-color: #FF151E; }
a { background-color: rgb(255,21,30); }
div.DivClassName
{
background-color: #FF151E;
}
.BgClassName
{
background-color: #FF151E;
}
</style>
border-color css
<style>
span { border-color: #FF151E; }
span { border-color: rgb(255,21,30); }
td.TdClassName
{
border-color: #FF151E;
}
.TagClassName
{
border-color: #FF151E;
}
</style>