Shades of Torch Red #FF1532
Tints of Torch Red #FF1532
RGB
CMYK
RGB Variations
Color information
#FF1532 (or 0xFF1532) is known color: Torch Red. HEX triplet: FF, 15 and 32. RGB value is (255,21,50). Sum of RGB (Red+Green+Blue) = 255+21+50=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1532 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1532 is #00EACD. Grayscale: #5E5E5E. Windows color (decimal): -60110 or 3282431. OLE color: 3282431.
HSL color Cylindrical-coordinate representation of color #FF1532: hue angle of 352.56º 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 #FF1532 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 50 | - |
| CMYK | 0 | 0.92 | 0.80 | 0 |
| HSL | 352.56º | 1% | 0.54% | - |
| HSV(B) | 352.56º | 0.92% | 1% | - |
| XYZ | 42.08 | 22.03 | 5.05 | - |
| YUV | 94.27 | 103.02 | 242.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 50 | 0 | 0.92 | 0.80 | 0 | 352.56 | 1 | 0.54 |
| Hex | FF | 15 | 32 | 0 | 5C | 50 | 0 | 161 | 64 | 36 |
| Octal | 377 | 25 | 62 | 0 | 134 | 120 | 0 | 541 | 144 | 66 |
| Binary | 11111111 | 10101 | 110010 | 0 | 1011100 | 1010000 | 0 | 101100001 | 1100100 | 110110 |
Color Harmonies of #FF1532
Complementary color
Monochromatic Colors of #FF1532
Black with #FF1532
Text Example
Text Example
White with #FF1532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1532; }
p { color: rgb(255,21,50); }
H1.HeaderClassName
{
color: #FF1532;
}
.AnyTagClassName
{
color: #FF1532;
}
</style>
background-color css
<style>
a { background-color: #FF1532; }
a { background-color: rgb(255,21,50); }
div.DivClassName
{
background-color: #FF1532;
}
.BgClassName
{
background-color: #FF1532;
}
</style>
border-color css
<style>
span { border-color: #FF1532; }
span { border-color: rgb(255,21,50); }
td.TdClassName
{
border-color: #FF1532;
}
.TagClassName
{
border-color: #FF1532;
}
</style>