Shades of Torch Red #FF151D
Tints of Torch Red #FF151D
RGB
CMYK
RGB Variations
Color information
#FF151D (or 0xFF151D) is known color: Torch Red. HEX triplet: FF, 15 and 1D. RGB value is (255,21,29). Sum of RGB (Red+Green+Blue) = 255+21+29=305 (40% of max value = 765). Red value is 255 (100% from 255 or 83.61% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 255 - color contains mainly: red. Hex color #FF151D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF151D is #00EAE2. Grayscale: #5C5C5C. Windows color (decimal): -60131 or 1906175. OLE color: 1906175.
HSL color Cylindrical-coordinate representation of color #FF151D: hue angle of 357.95º 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 #FF151D is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 29 | - |
| CMYK | 0 | 0.92 | 0.89 | 0 |
| HSL | 357.95º | 1% | 0.54% | - |
| HSV(B) | 357.95º | 0.92% | 1% | - |
| XYZ | 41.73 | 21.89 | 3.19 | - |
| YUV | 91.88 | 92.52 | 244.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 29 | 0 | 0.92 | 0.89 | 0 | 357.95 | 1 | 0.54 |
| Hex | FF | 15 | 1D | 0 | 5C | 59 | 0 | 166 | 64 | 36 |
| Octal | 377 | 25 | 35 | 0 | 134 | 131 | 0 | 546 | 144 | 66 |
| Binary | 11111111 | 10101 | 11101 | 0 | 1011100 | 1011001 | 0 | 101100110 | 1100100 | 110110 |
Color Harmonies of #FF151D
Complementary color
Monochromatic Colors of #FF151D
Black with #FF151D
Text Example
Text Example
White with #FF151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF151D; }
p { color: rgb(255,21,29); }
H1.HeaderClassName
{
color: #FF151D;
}
.AnyTagClassName
{
color: #FF151D;
}
</style>
background-color css
<style>
a { background-color: #FF151D; }
a { background-color: rgb(255,21,29); }
div.DivClassName
{
background-color: #FF151D;
}
.BgClassName
{
background-color: #FF151D;
}
</style>
border-color css
<style>
span { border-color: #FF151D; }
span { border-color: rgb(255,21,29); }
td.TdClassName
{
border-color: #FF151D;
}
.TagClassName
{
border-color: #FF151D;
}
</style>