Shades of Torch Red #FF1552
Tints of Torch Red #FF1552
RGB
CMYK
RGB Variations
Color information
#FF1552 (or 0xFF1552) is known color: Torch Red. HEX triplet: FF, 15 and 52. RGB value is (255,21,82). Sum of RGB (Red+Green+Blue) = 255+21+82=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1552 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1552 is #00EAAD. Grayscale: #616161. Windows color (decimal): -60078 or 5379583. OLE color: 5379583.
HSL color Cylindrical-coordinate representation of color #FF1552: hue angle of 344.36º 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 #FF1552 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 82 | - |
| CMYK | 0 | 0.92 | 0.68 | 0 |
| HSL | 344.36º | 1% | 0.54% | - |
| HSV(B) | 344.36º | 0.92% | 1% | - |
| XYZ | 43.03 | 22.41 | 10.04 | - |
| YUV | 97.92 | 119.02 | 240.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 82 | 0 | 0.92 | 0.68 | 0 | 344.36 | 1 | 0.54 |
| Hex | FF | 15 | 52 | 0 | 5C | 44 | 0 | 158 | 64 | 36 |
| Octal | 377 | 25 | 122 | 0 | 134 | 104 | 0 | 530 | 144 | 66 |
| Binary | 11111111 | 10101 | 1010010 | 0 | 1011100 | 1000100 | 0 | 101011000 | 1100100 | 110110 |
Color Harmonies of #FF1552
Complementary color
Monochromatic Colors of #FF1552
Black with #FF1552
Text Example
Text Example
White with #FF1552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1552; }
p { color: rgb(255,21,82); }
H1.HeaderClassName
{
color: #FF1552;
}
.AnyTagClassName
{
color: #FF1552;
}
</style>
background-color css
<style>
a { background-color: #FF1552; }
a { background-color: rgb(255,21,82); }
div.DivClassName
{
background-color: #FF1552;
}
.BgClassName
{
background-color: #FF1552;
}
</style>
border-color css
<style>
span { border-color: #FF1552; }
span { border-color: rgb(255,21,82); }
td.TdClassName
{
border-color: #FF1552;
}
.TagClassName
{
border-color: #FF1552;
}
</style>