Shades of Torch Red #FF151C
Tints of Torch Red #FF151C
RGB
CMYK
RGB Variations
Color information
#FF151C (or 0xFF151C) is known color: Torch Red. HEX triplet: FF, 15 and 1C. RGB value is (255,21,28). Sum of RGB (Red+Green+Blue) = 255+21+28=304 (40% of max value = 765). Red value is 255 (100% from 255 or 83.88% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 255 - color contains mainly: red. Hex color #FF151C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF151C is #00EAE3. Grayscale: #5B5B5B. Windows color (decimal): -60132 or 1840639. OLE color: 1840639.
HSL color Cylindrical-coordinate representation of color #FF151C: hue angle of 358.21º 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 #FF151C is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 28 | - |
| CMYK | 0 | 0.92 | 0.89 | 0 |
| HSL | 358.21º | 1% | 0.54% | - |
| HSV(B) | 358.21º | 0.92% | 1% | - |
| XYZ | 41.72 | 21.88 | 3.12 | - |
| YUV | 91.76 | 92.02 | 244.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 28 | 0 | 0.92 | 0.89 | 0 | 358.21 | 1 | 0.54 |
| Hex | FF | 15 | 1C | 0 | 5C | 59 | 0 | 166 | 64 | 36 |
| Octal | 377 | 25 | 34 | 0 | 134 | 131 | 0 | 546 | 144 | 66 |
| Binary | 11111111 | 10101 | 11100 | 0 | 1011100 | 1011001 | 0 | 101100110 | 1100100 | 110110 |
Color Harmonies of #FF151C
Complementary color
Monochromatic Colors of #FF151C
Black with #FF151C
Text Example
Text Example
White with #FF151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF151C; }
p { color: rgb(255,21,28); }
H1.HeaderClassName
{
color: #FF151C;
}
.AnyTagClassName
{
color: #FF151C;
}
</style>
background-color css
<style>
a { background-color: #FF151C; }
a { background-color: rgb(255,21,28); }
div.DivClassName
{
background-color: #FF151C;
}
.BgClassName
{
background-color: #FF151C;
}
</style>
border-color css
<style>
span { border-color: #FF151C; }
span { border-color: rgb(255,21,28); }
td.TdClassName
{
border-color: #FF151C;
}
.TagClassName
{
border-color: #FF151C;
}
</style>