Shades of Torch Red #FF1551
Tints of Torch Red #FF1551
RGB
CMYK
RGB Variations
Color information
#FF1551 (or 0xFF1551) is known color: Torch Red. HEX triplet: FF, 15 and 51. RGB value is (255,21,81). Sum of RGB (Red+Green+Blue) = 255+21+81=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1551 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1551 is #00EAAE. Grayscale: #616161. Windows color (decimal): -60079 or 5314047. OLE color: 5314047.
HSL color Cylindrical-coordinate representation of color #FF1551: hue angle of 344.62º 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 #FF1551 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 81 | - |
| CMYK | 0 | 0.92 | 0.68 | 0 |
| HSL | 344.62º | 1% | 0.54% | - |
| HSV(B) | 344.62º | 0.92% | 1% | - |
| XYZ | 42.99 | 22.39 | 9.84 | - |
| YUV | 97.81 | 118.52 | 240.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 81 | 0 | 0.92 | 0.68 | 0 | 344.62 | 1 | 0.54 |
| Hex | FF | 15 | 51 | 0 | 5C | 44 | 0 | 159 | 64 | 36 |
| Octal | 377 | 25 | 121 | 0 | 134 | 104 | 0 | 531 | 144 | 66 |
| Binary | 11111111 | 10101 | 1010001 | 0 | 1011100 | 1000100 | 0 | 101011001 | 1100100 | 110110 |
Color Harmonies of #FF1551
Complementary color
Monochromatic Colors of #FF1551
Black with #FF1551
Text Example
Text Example
White with #FF1551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1551; }
p { color: rgb(255,21,81); }
H1.HeaderClassName
{
color: #FF1551;
}
.AnyTagClassName
{
color: #FF1551;
}
</style>
background-color css
<style>
a { background-color: #FF1551; }
a { background-color: rgb(255,21,81); }
div.DivClassName
{
background-color: #FF1551;
}
.BgClassName
{
background-color: #FF1551;
}
</style>
border-color css
<style>
span { border-color: #FF1551; }
span { border-color: rgb(255,21,81); }
td.TdClassName
{
border-color: #FF1551;
}
.TagClassName
{
border-color: #FF1551;
}
</style>