Shades of Torch Red #FF1518
Tints of Torch Red #FF1518
RGB
CMYK
RGB Variations
Color information
#FF1518 (or 0xFF1518) is known color: Torch Red. HEX triplet: FF, 15 and 18. RGB value is (255,21,24). Sum of RGB (Red+Green+Blue) = 255+21+24=300 (39% of max value = 765). Red value is 255 (100% from 255 or 85% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1518 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1518 is #00EAE7. Grayscale: #5B5B5B. Windows color (decimal): -60136 or 1578495. OLE color: 1578495.
HSL color Cylindrical-coordinate representation of color #FF1518: hue angle of 359.23º 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 #FF1518 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 24 | - |
| CMYK | 0 | 0.92 | 0.91 | 0 |
| HSL | 359.23º | 1% | 0.54% | - |
| HSV(B) | 359.23º | 0.92% | 1% | - |
| XYZ | 41.67 | 21.86 | 2.89 | - |
| YUV | 91.31 | 90.02 | 244.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 24 | 0 | 0.92 | 0.91 | 0 | 359.23 | 1 | 0.54 |
| Hex | FF | 15 | 18 | 0 | 5C | 5B | 0 | 167 | 64 | 36 |
| Octal | 377 | 25 | 30 | 0 | 134 | 133 | 0 | 547 | 144 | 66 |
| Binary | 11111111 | 10101 | 11000 | 0 | 1011100 | 1011011 | 0 | 101100111 | 1100100 | 110110 |
Color Harmonies of #FF1518
Complementary color
Monochromatic Colors of #FF1518
Black with #FF1518
Text Example
Text Example
White with #FF1518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1518; }
p { color: rgb(255,21,24); }
H1.HeaderClassName
{
color: #FF1518;
}
.AnyTagClassName
{
color: #FF1518;
}
</style>
background-color css
<style>
a { background-color: #FF1518; }
a { background-color: rgb(255,21,24); }
div.DivClassName
{
background-color: #FF1518;
}
.BgClassName
{
background-color: #FF1518;
}
</style>
border-color css
<style>
span { border-color: #FF1518; }
span { border-color: rgb(255,21,24); }
td.TdClassName
{
border-color: #FF1518;
}
.TagClassName
{
border-color: #FF1518;
}
</style>